Text dropdown fit into notebookbar row height

dropdown reduce 4px in height so that the dropdown's fit into notebookbar row.

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Id3ca9d7d4d11490720cbe18f001c7afaa93cf6db
This commit is contained in:
andreas kainz 2021-05-01 01:15:13 +02:00
parent 6e79c7b647
commit 93bc5f6083

View file

@ -429,6 +429,14 @@
width: 170px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 22px;
}
#Copy.notebookbar,
#clearFormatting.notebookbar {
margin-top: 6px;