Sidebar calc Alignment fix button size of align icons

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I954c7885946dfd4e13261622673d1b97ef59001c
This commit is contained in:
andreas kainz 2023-05-19 11:35:53 +02:00 committed by pedropintosilva
parent a65de18694
commit 1bfbdf8072

View file

@ -289,8 +289,8 @@ button#button2.ui-pushbutton.jsdialog.sidebar {
height: auto;
}
/* fixes sidebar width in calc (textorientbox, alignment buttons were too big) */
#AlignmentPropertyPanel button {
/* fixes sidebar width in calc (textorientbox) */
#textorientbox button {
min-width: 32px;
width: 32px;
margin: 0 2px;