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:
parent
6e79c7b647
commit
93bc5f6083
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue