Skip to content

Commit

Permalink
Fix botton toolbar again in modes an flasher tab (#4077)
Browse files Browse the repository at this point in the history
  • Loading branch information
McGiverGim authored Jul 1, 2024
1 parent df1b390 commit 86e4394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/tabs/auxiliary.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.tab-auxiliary {
height: 100%;
min-height: 100%;
.help {
padding: 10px;
background-color: #ffcb18;
Expand Down
2 changes: 1 addition & 1 deletion src/css/tabs/firmware_flasher.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.tab-firmware_flasher {
height: 100%;
min-height: 100%;
.build-options-wrapper {
.select2-container {
width: calc(100% - 2rem)!important;
Expand Down

0 comments on commit 86e4394

Please sign in to comment.