diff --git a/apps/common/main/resources/less/combo-dataview.less b/apps/common/main/resources/less/combo-dataview.less index 846298ce1..4f0d3420a 100644 --- a/apps/common/main/resources/less/combo-dataview.less +++ b/apps/common/main/resources/less/combo-dataview.less @@ -484,7 +484,7 @@ .caption{ line-height: 12px; //font-size: 11px; - .font-size-normal(); + //.font-size-normal(); text-overflow: ellipsis; overflow: hidden; width: 100%; diff --git a/apps/common/main/resources/less/dataview.less b/apps/common/main/resources/less/dataview.less index 2c5e026cd..c0e45566a 100644 --- a/apps/common/main/resources/less/dataview.less +++ b/apps/common/main/resources/less/dataview.less @@ -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; diff --git a/apps/common/main/resources/less/dropdown-menu.less b/apps/common/main/resources/less/dropdown-menu.less index 6a922c31c..f6bf2ae7d 100644 --- a/apps/common/main/resources/less/dropdown-menu.less +++ b/apps/common/main/resources/less/dropdown-menu.less @@ -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;