mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Keep et2 buttons used as et2Dialog's footer buttons initial width in order to get them fit into dialog otherwise dialog width calculation goes wrong
This commit is contained in:
parent
b9d3e796fe
commit
8e94c17990
@ -790,6 +790,10 @@ et2-dialog .dialog--has_message {
|
||||
vertical-align: middle;
|
||||
display: flex;
|
||||
}
|
||||
/* we need to keep the buttons used in et2dialog always in maximum width to be displayed their content fully*/
|
||||
et2-dialog et2-button {
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user