Skip to content

Commit

Permalink
Merge PR #660 from @zonky2
Browse files Browse the repository at this point in the history
Fix height of submit buttons without limit or other sub-panels
  • Loading branch information
stefanheimes committed Dec 24, 2024
2 parents 0250aef + 1037d25 commit 2884e9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/public/css/generalDriver.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Resources/public/css/generalDriver.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/Resources/public/sass/_defaultPanels.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dc_general_panel .tl_submit_panel {
height: 30px;
}
1 change: 1 addition & 0 deletions src/Resources/public/sass/generalDriver.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

@import "clipboard";
@import "languagePanel";
@import "defaultPanels";
@import "messageBox";
@import "headerButton";
}

0 comments on commit 2884e9e

Please sign in to comment.