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:
authorRoberts Lataria <roberts.lataria@zabbix.com>2022-07-11 14:32:51 +0300
committerRoberts Lataria <roberts.lataria@zabbix.com>2022-07-11 14:32:51 +0300
commit6b433fb4e1be4e8b578b26763fc5ab1960c8af14 (patch)
tree6c38d481664374449438c97e98e1c6034f49cfb3 /sass
parent912ba900010b0f0c05978d41af4011a7a789c133 (diff)
parentea0ad9aaf4be48c97e0755a514db93d192288be2 (diff)
..F....... [ZBX-20467] fixed z-select options with long labels
Merge in ZBX/zabbix from feature/ZBX-20467-6.0 to release/6.0 * commit 'ea0ad9aaf4be48c97e0755a514db93d192288be2': ..F....... [ZBX-20467] fixed z-select options with long labels
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/_z-select.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/components/_z-select.scss b/sass/stylesheets/sass/components/_z-select.scss
index 9989a55e908..f88eebf0fb1 100644
--- a/sass/stylesheets/sass/components/_z-select.scss
+++ b/sass/stylesheets/sass/components/_z-select.scss
@@ -67,8 +67,9 @@ z-select,
color: $font-color;
text-overflow: ellipsis;
word-break: break-word;
- white-space: pre-wrap;
user-select: none;
+ white-space: nowrap;
+ overflow: hidden;
&.hover {
background-color: $action-hover-color;