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