diff --git a/modules/dasbor-level3.html b/modules/dasbor-level3.html index 44f99a8..9a8d8a8 100644 --- a/modules/dasbor-level3.html +++ b/modules/dasbor-level3.html @@ -36,13 +36,22 @@ .stexts{ padding: 0 1ch; } + #utext + { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; + width: calc(100% - 12ch); + vertical-align: bottom; + }