mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:02:46 +08:00
[Common] wrong button's layout in Firefox for mac on hdpi display
This commit is contained in:
@ -160,8 +160,8 @@ define([
|
||||
'</span>' +
|
||||
'</button>' +
|
||||
'<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="caption"><%= caption %></span>' +
|
||||
'<i class="caret img-commonctrl"></i>' +
|
||||
'</span>' +
|
||||
'</button>' +
|
||||
|
||||
@ -155,6 +155,9 @@
|
||||
}
|
||||
|
||||
.btn-fixflex-vcenter {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.caret {
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user