##// END OF EJS Templates
Merge pull request #7766 from minrk/select-pad...
Thomas Kluyver -
r20424:1b33371b merge
parent child Browse files
Show More
@@ -50,9 +50,12
50 50 .celltoolbar select {
51 51 .form-control();
52 52 .input-sm();
53 // undo some of the sizing caused by the above mixins
53 54 width: inherit;
54 font-size: 87%;
55 font-size: inherit;
55 56 height: 22px;
57 padding: 0px;
58
56 59 display: inline-block;
57 60
58 61 }
@@ -10525,8 +10525,9 p {
10525 10525 line-height: 1.5;
10526 10526 border-radius: 1px;
10527 10527 width: inherit;
10528 font-size: 87%;
10528 font-size: inherit;
10529 10529 height: 22px;
10530 padding: 0px;
10530 10531 display: inline-block;
10531 10532 }
10532 10533 .celltoolbar select:focus {
General Comments 0
You need to be logged in to leave comments. Login now