Skip to content

Commit

Permalink
style(edit): moves side borders css to apply to page
Browse files Browse the repository at this point in the history
  • Loading branch information
stianjsu committed Jul 18, 2023
1 parent 9c2bf60 commit e8ffd78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next-tavla/src/Admin/scenarios/Edit/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
display: flex;
flex-direction: column;
gap: 10px;
margin: 1.25em 5em;
margin-top: 1.25em;
margin-bottom: 1.25em;
}

.floatingButtonWrapper {
Expand Down
2 changes: 2 additions & 0 deletions next-tavla/src/Shared/styles/pages/admin.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.root {
padding: 1em;
margin-left: 5em;
margin-right: 5em;
}

0 comments on commit e8ffd78

Please sign in to comment.