Merge branch 'ent-12297-pandora-mobile-los-dialogos-con-titulos-grandes-se-desbordan-imposibilitando-su-cierre' into 'develop'

fix cv in mobile pandora_enterprise#12297

See merge request artica/pandorafms!6581
This commit is contained in:
Rafael Ameijeiras 2023-10-20 11:28:15 +00:00
commit d292055e3d
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 { .ui-page-theme-a div.visual-console-container-dashboard a {
color: inherit !important; color: inherit !important;
} }
h1.dialog_title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}