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:
andreas kainz 2023-05-26 07:50:52 +02:00 committed by pedropintosilva
parent 6b7cb803b2
commit 35a48c8c34

View file

@ -238,17 +238,14 @@ div.sidebar.ui-grid .checkbutton.sidebar,
#PosSizePropertyPanel.sidebar #ratio input[type='checkbox'] {
margin-inline-start: 0;
}
#ParaPropertyPanel.sidebar #indentfieldbox,
#ParaPropertyPanel.sidebar #box3 {
display: grid;
justify-content: start;
row-gap: 4px;
}
#ParaPropertyPanel.sidebar #indentfieldbox {
display: grid;
row-gap: 4px;
}
#ParaPropertyPanel .sidebar.ui-grid-cell {
/* Same as sidebar button margins */
column-gap: 5px;