FIx components with custom font size
This commit is contained in:
parent
ed025149b0
commit
dc5241a8fd
|
@ -484,7 +484,7 @@
|
|||
.caption{
|
||||
line-height: 12px;
|
||||
//font-size: 11px;
|
||||
.font-size-normal();
|
||||
//.font-size-normal();
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue