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:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-22 13:29:21 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-22 13:29:21 +0300
commit0a2bf526641c4b71865289839b29c3343fe4188f (patch)
treedf7055e224b8d8c9757a688534e0a72cbfb2a307 /sass
parent68edf23338c124761052fabffc4fcbbe908b6db5 (diff)
..F....... [ZBXNEXT-6309] limited dashboard page name width to max 300px
Diffstat (limited to 'sass')
-rwxr-xr-xsass/stylesheets/sass/components/_dashboard.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/components/_dashboard.scss b/sass/stylesheets/sass/components/_dashboard.scss
index bfcc62729cd..6713501aded 100755
--- a/sass/stylesheets/sass/components/_dashboard.scss
+++ b/sass/stylesheets/sass/components/_dashboard.scss
@@ -95,6 +95,11 @@
transition: background-color $ui-transition-duration, border-color $ui-transition-duration;
}
+ span {
+ @extend %overflow-ellipsis;
+ max-width: 300px;
+ }
+
button {
margin: 0 -8px 0 4px;
}