[DE PE SSE] Fix styles of toolbar buttons

This commit is contained in:
JuliaSvinareva 2022-01-13 17:48:51 +03:00
parent bb6e189217
commit 1fbd9a4773
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -289,7 +289,7 @@
} }
&.long { &.long {
height: 48px; height: 52px;
} }
&.short { &.short {