Skip to content

Commit

Permalink
fix edit report note banner
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen committed May 8, 2024
1 parent a71688a commit bca7fbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/components/InputForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,13 @@ export default {
@import "../scss/_common.scss";
.back-button-banner {
width: 90% !important;
padding-left: 0;
padding-right: 0;
@include layout-margins;
}
.alert-info {
width: 90% !important;
@include layout-margins;
}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/PublishedReportPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ const editReport = async () => {
.sticky-top {
@include layout-margins;
width: 90% !important;
padding-left: 0;
padding-right: 0;
z-index: 190;
bottom: none !important;
top: 0px !important;
Expand Down

0 comments on commit bca7fbf

Please sign in to comment.