Skip to content

Commit

Permalink
Merge pull request #1546 from klembot/improve-prefs-layout
Browse files Browse the repository at this point in the history
Improve layout of prefs dialog
  • Loading branch information
klembot authored Jul 27, 2024
2 parents 285256a + 99e2b6f commit fba6f7a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/dialogs/app-prefs.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
margin: 0;
}

.app-prefs-dialog .text-select > label {
width: 100%;
}

.app-prefs-dialog .text-select .text-select-control {
display: flex;
flex-grow: 1;
}

.app-prefs-dialog .text-select select {
flex-grow: 1;
}

.app-prefs-dialog .text-input,
.app-prefs-dialog input[type='text'] {
width: 100%;
Expand Down

0 comments on commit fba6f7a

Please sign in to comment.