Skip to content

Commit

Permalink
fix(edit): adds border to the admin page (#1131)
Browse files Browse the repository at this point in the history
* fix(edit): added 5em border to edit page

* fix(edit): made border 1.25em and 5em
  • Loading branch information
vildeopp authored Jul 17, 2023
1 parent 091b9ff commit 31ceea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next-tavla/src/Admin/scenarios/Edit/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
display: flex;
flex-direction: column;
gap: 10px;
margin: 1.25em 5em;
}

.floatingButtonWrapper {
display: flex;
flex-direction: row;
gap: 1em;
position: fixed;
bottom: 1em;
right: 1em;
bottom: 1.25em;
right: 5em;
}

.saveButton {
Expand Down

0 comments on commit 31ceea5

Please sign in to comment.