diff --git a/src/resources/vanilla_resource/templates/css/status.css b/src/resources/vanilla_resource/templates/css/status.css index c7ed2cb0..0e8b6ad3 100644 --- a/src/resources/vanilla_resource/templates/css/status.css +++ b/src/resources/vanilla_resource/templates/css/status.css @@ -107,6 +107,10 @@ margin-bottom: 10px; margin-left: 20px; text-align: left; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: calc(100% - 40px); z-index: 2; } @@ -123,5 +127,4 @@ font-style: italic; color: var(--sub-text-color); text-align: right; -} - +} \ No newline at end of file