Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b276007b authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

Fix page template padding

parent 55e326f5
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ function dragStart(event, elements) {
display: flex;
flex-direction: column;
gap: 1rem;
padding: 1rem;
&.dragging {
cursor: grabbing;
......@@ -61,6 +62,7 @@ function dragStart(event, elements) {
.page-title {
margin: 0;
padding: .2rem;
margin: 0 1rem;
max-width: calc(60px + 1.8rem);
overflow-x: hidden;
white-space: nowrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment