mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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
7afc50b7d9
commit
91c11a72ac
@ -790,6 +790,10 @@ et2-dialog .dialog--has_message {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: flex;
|
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