Skip to content

Commit

Permalink
Merge '[GUI] Fix width regression in cosmetics tab' (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Sep 16, 2024
2 parents f41069d + 1d28ea8 commit 24ad945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions GUI/src/app/pages/generator/generator.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,10 @@
.comboBoxLabel {
position: relative;
display: block;
left: 10px;
width: calc(100% - 10px);
padding-left: 10px;

&.oneLineComboBox {
left: 0;
padding-left: 0;
}
}

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '8.1.87'
__version__ = '8.1.88'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 0
Expand Down

0 comments on commit 24ad945

Please sign in to comment.