fix cv in mobile pandora_enterprise#12297

This commit is contained in:
daniel 2023-10-20 09:04:40 +02:00
parent dcd891eedb
commit 5d28ed6710
1 changed files with 6 additions and 0 deletions

View File

@ -3320,3 +3320,9 @@ div.visual-console-container-dashboard fieldset {
.ui-page-theme-a div.visual-console-container-dashboard a {
color: inherit !important;
}
h1.dialog_title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}