Fix horizontal button layout for image attributes dialog

This commit is contained in:
Isaiah Odhner 2023-04-28 15:22:27 -04:00
parent 34d3c79c3b
commit b273a744f5

View File

@ -249,11 +249,14 @@ CharacterSelectorDialogWindow .cancel {
/* width: auto; */ /* width: auto; */
height: auto; height: auto;
} }
#zoom_dialog .buttons {
#zoom_dialog .buttons,
#attributes_dialog .buttons {
layout: horizontal; layout: horizontal;
height: auto; height: auto;
} }
#zoom_dialog .buttons Button { #zoom_dialog .buttons Button,
#attributes_dialog .buttons Button {
width: auto; width: auto;
margin: 1; margin: 1;
} }