Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/stylesheets/sass/screen.scss')
-rw-r--r--sass/stylesheets/sass/screen.scss9
1 files changed, 1 insertions, 8 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 2710253f8b9..f5e6e5cfff4 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -29,6 +29,7 @@ $browser-sprite-path: '../img/browser-sprite.png?20220722';
@import "layout/form-grid";
@import "components/buttons";
+@import "components/checkbox-list";
@import "components/color-picker";
@import "components/columns-wrapper";
@import "components/dashboard/dashboard";
@@ -4786,14 +4787,6 @@ svg {
visibility: hidden;
}
-.checkbox-list {
- li {
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 24px;
- }
-}
-
.preprocessing-list {
$name-width: 295px;
$on-fail-width: 100px;