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:
commit
d292055e3d
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue