mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:04:35 +08:00
[DE PDFE PE SSE] Fix font size for some labels
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.font-size-normal();
|
||||
|
||||
.status-group {}
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0; // override default ul
|
||||
font-size: @font-size-base;
|
||||
.font-size-normal();
|
||||
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
||||
list-style: none;
|
||||
background-color: @dropdown-bg;
|
||||
|
||||
@ -73,7 +73,7 @@ define([
|
||||
'</td></tr>',
|
||||
'<tr><td style="padding-bottom: 8px;padding-top: 8px;">',
|
||||
'<div id="formula-wizard-panel-args-desc" style="padding: 8px;">',
|
||||
'<div id="formula-wizard-arg-desc" style="height:30px;overflow: hidden;"></div>',
|
||||
'<label id="formula-wizard-arg-desc" style="height:30px;overflow: hidden;"></label>',
|
||||
'</div>',
|
||||
'</td></tr>',
|
||||
'<tr><td>',
|
||||
|
||||
@ -88,6 +88,7 @@
|
||||
}
|
||||
|
||||
#formula-wizard-panel-args-desc {
|
||||
display: flex;
|
||||
background: @background-pane-ie;
|
||||
background: @background-pane;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user