Files
DocumentServer-v-9.2.0/web-apps/apps/spreadsheeteditor/main/resources/less/formuladialog.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

40 lines
571 B
Plaintext

.formula-dlg {
.combo-functions {
width: 100%;
height: 161px;
overflow: hidden;
}
.body {
& > div {
width: 100%;
}
.box > div {
display: inline-block;
height: 100%;
}
.content-panel {
vertical-align: top;
width: 100%;
label {
.font-size-normal();
font-weight: normal;
&.input-label{
margin-bottom: 0;
vertical-align: middle;
}
&.header {
.font-weight-bold();
}
word-wrap: break-word;
}
}
}
}