[DE PE SSE] Fix styles of toolbar buttons
This commit is contained in:
parent
bb6e189217
commit
1fbd9a4773
|
@ -232,7 +232,7 @@
|
|||
|
||||
.inner-box-caption {
|
||||
line-height: 18px;
|
||||
padding: 0 3px;
|
||||
padding: 1px 3px;
|
||||
display: flex;
|
||||
//align-items: center;
|
||||
align-items: start;
|
||||
|
@ -244,7 +244,7 @@
|
|||
text-overflow: ellipsis;
|
||||
|
||||
white-space: pre;
|
||||
line-height: 12px;
|
||||
line-height: 11px;
|
||||
padding: 0 2px;
|
||||
|
||||
.caret {
|
||||
|
|
|
@ -289,7 +289,7 @@
|
|||
}
|
||||
|
||||
&.long {
|
||||
height: 48px;
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
&.short {
|
||||
|
|
Loading…
Reference in a new issue