FIx components with custom font size

This commit is contained in:
Julia Radzhabova 2022-11-11 00:46:34 +03:00
parent ed025149b0
commit dc5241a8fd
3 changed files with 7 additions and 2 deletions

View file

@ -484,7 +484,7 @@
.caption{
line-height: 12px;
//font-size: 11px;
.font-size-normal();
//.font-size-normal();
text-overflow: ellipsis;
overflow: hidden;
width: 100%;

View file

@ -1,4 +1,5 @@
.dataview {
font-size: 11px; // must be const value
&.inner {
width: 100%;
height: 100%;
@ -48,6 +49,10 @@
}
}
.group-description {
.font-size-normal();
}
.group-items-container {
overflow: hidden;
margin-bottom: 5px;

View file

@ -1,6 +1,5 @@
.dropdown-menu {
.font-size-normal();
background-color: @background-normal-ie;
background-color: @background-normal;
border-color: @border-regular-control-ie;
@ -38,6 +37,7 @@
cursor: pointer;
color: @text-normal-ie;
color: @text-normal;
.font-size-normal();
&:focus, &.focus {
outline: 0;