Skip to content
Snippets Groups Projects
Commit 9e75d226 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(structure-edition): fix design

parent 345819e8
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -21,9 +21,8 @@
border: 1px solid $grey-6;
box-sizing: border-box;
margin: 1rem auto;
padding: 2rem;
max-width: 980px;
height: calc(100% - $header-height - $footer-height);
height: calc(100vh - $header-height - $footer-height - 2rem); //2rem are needed because of 1rem margin
display: flex;
flex-direction: column;
justify-content: space-between;
......@@ -32,7 +31,7 @@
height: 90%;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
padding: 2rem;
p {
margin: 0;
......@@ -171,6 +170,7 @@
justify-content: center;
gap: 24px;
padding-top: 1rem;
padding-bottom: 8px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment