[Common] wrong button's layout in Firefox for mac on hdpi display
This commit is contained in:
parent
5409048345
commit
d1faebc08d
|
@ -160,8 +160,8 @@ define([
|
||||||
'</span>' +
|
'</span>' +
|
||||||
'</button>' +
|
'</button>' +
|
||||||
'<button type="button" class="btn <%= cls %> inner-box-caption dropdown-toggle" data-toggle="dropdown">' +
|
'<button type="button" class="btn <%= cls %> inner-box-caption dropdown-toggle" data-toggle="dropdown">' +
|
||||||
'<span class="caption"><%= caption %></span>' +
|
|
||||||
'<span class="btn-fixflex-vcenter">' +
|
'<span class="btn-fixflex-vcenter">' +
|
||||||
|
'<span class="caption"><%= caption %></span>' +
|
||||||
'<i class="caret img-commonctrl"></i>' +
|
'<i class="caret img-commonctrl"></i>' +
|
||||||
'</span>' +
|
'</span>' +
|
||||||
'</button>' +
|
'</button>' +
|
||||||
|
|
|
@ -155,6 +155,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-fixflex-vcenter {
|
.btn-fixflex-vcenter {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
vertical-align: inherit;
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue