Skip to content

Commit

Permalink
ui-padding-354 # added bottom margin to .feedback-container (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kildre authored Feb 16, 2024
1 parent ee149e2 commit 474ef97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jhub_apps/templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ h6 {
.container {
padding-left: 20px;
padding-right: 20px;
width: 100%;
width: 100%;
}

.feedback-container {
margin-bottom: 40px;
}

label {
Expand Down

0 comments on commit 474ef97

Please sign in to comment.