Sidebar.ParaPropertyPanel css class merged
identfieldbox and box3 use the same css class see #6392 Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I7a95fdd8ae3a9bfffbe676917cb412a99cb40818
This commit is contained in:
parent
6b7cb803b2
commit
35a48c8c34
1 changed files with 2 additions and 5 deletions
|
@ -238,17 +238,14 @@ div.sidebar.ui-grid .checkbutton.sidebar,
|
||||||
#PosSizePropertyPanel.sidebar #ratio input[type='checkbox'] {
|
#PosSizePropertyPanel.sidebar #ratio input[type='checkbox'] {
|
||||||
margin-inline-start: 0;
|
margin-inline-start: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ParaPropertyPanel.sidebar #indentfieldbox,
|
||||||
#ParaPropertyPanel.sidebar #box3 {
|
#ParaPropertyPanel.sidebar #box3 {
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
row-gap: 4px;
|
row-gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ParaPropertyPanel.sidebar #indentfieldbox {
|
|
||||||
display: grid;
|
|
||||||
row-gap: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ParaPropertyPanel .sidebar.ui-grid-cell {
|
#ParaPropertyPanel .sidebar.ui-grid-cell {
|
||||||
/* Same as sidebar button margins */
|
/* Same as sidebar button margins */
|
||||||
column-gap: 5px;
|
column-gap: 5px;
|
||||||
|
|
Loading…
Reference in a new issue