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
path: root/sass
diff options
context:
space:
mode:
authorElina Pulke <elina.pulke@zabbix.com>2022-08-18 15:27:00 +0300
committerElina Pulke <elina.pulke@zabbix.com>2022-08-18 15:27:00 +0300
commit4421414fb7041ba84b5f6cba69f7f6d0f504b395 (patch)
treef932e971402cb766abc6359b95d081e1b98b7a94 /sass
parent6072caf0b2533b4ba0ce3ced07ef1ab538f6e2c8 (diff)
..F....... [ZBX-20320] fixed coding style
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/_checkbox-list.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/stylesheets/sass/components/_checkbox-list.scss b/sass/stylesheets/sass/components/_checkbox-list.scss
index 2124fa49147..48daf701afe 100644
--- a/sass/stylesheets/sass/components/_checkbox-list.scss
+++ b/sass/stylesheets/sass/components/_checkbox-list.scss
@@ -9,8 +9,8 @@
}
li {
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 24px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ line-height: 24px;
}
}