[DE PDFE PE SSE] Fix font size for some labels

This commit is contained in:
Alexey Koshelev
2025-06-10 15:21:36 +03:00
parent 3542843ee2
commit ccdd3b6d00
4 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,7 @@
display: flex;
align-items: center;
.font-size-normal();
.status-group {}
}

View File

@ -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;

View File

@ -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>',

View File

@ -88,6 +88,7 @@
}
#formula-wizard-panel-args-desc {
display: flex;
background: @background-pane-ie;
background: @background-pane;
}