mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
@ -427,7 +427,7 @@ define([
|
||||
for (var i=0; i<_flex.length; i++) {
|
||||
var item = _flex[i].el;
|
||||
_rightedge = $active.get(0).getBoundingClientRect().right;
|
||||
if (item.outerWidth() > parseInt(item.css('min-width'))) {
|
||||
if (Math.floor(item.outerWidth()) > parseInt(item.css('min-width'))) {
|
||||
data.rightedge = _rightedge;
|
||||
return;
|
||||
} else
|
||||
|
||||
@ -267,6 +267,9 @@
|
||||
}
|
||||
.group {
|
||||
height: 52px !important;
|
||||
&.flex {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
&[data-tab=pivot] {
|
||||
padding: 5px 10px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user