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:
hadi 2023-03-30 12:34:24 +02:00
parent b9d3e796fe
commit 8e94c17990

View File

@ -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;
}