Fix styling for buttons supposed to be displayed with max content (e.g. some nm header buttons)

This commit is contained in:
Hadi Nategh 2021-12-15 16:08:41 +01:00
parent cf4e5a76ef
commit 8f81266b1d

View File

@ -372,7 +372,7 @@ button.et2_button_with_image.et2_button_text {
}
button.et2_buttonFitContent, et2-button.et2_buttonFitContent {
max-width: fit-content;
min-width: max-content;
}
/* et2_box_widget ###*/