mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'ent-4112-Bug-visual-cuadro-de-datos-tipo-string' into 'develop'
Truncate long title in modal dialogs - #4112 See merge request artica/pandorafms!2508
This commit is contained in:
commit
8ec2ec9d0d
@ -15,9 +15,11 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: inherit;
|
display: inherit;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.4em 0em;
|
padding: 0.4em 33px 0.4em 12px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*center ui dialog center*/
|
/*center ui dialog center*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user