Skip to content

Commit

Permalink
Updating styles using on the settings form so that the labels align w…
Browse files Browse the repository at this point in the history
…ith the input fields

orffen#69
  • Loading branch information
DC23 committed Nov 27, 2024
1 parent 88acdb6 commit 49e0a56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/basicfantasyrpg.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,16 @@
width: 0;
}

/* Styles used in the settings forms */
.form-row {
display: flex;
align-items: center;
justify-content: center;
margin: 5px;

.label {
vertical-align: middle;
}
}

.button-container {
Expand Down

0 comments on commit 49e0a56

Please sign in to comment.