Skip to content
Snippets Groups Projects
Commit 9fcdf6dc authored by Simon Will's avatar Simon Will
Browse files

Put "flex-wrap: wrap" on the correct flex class

parent 2462ee78
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,10 @@ input[type="checkbox"] {
max-width: 1em;
}
.page-nav {
flex-wrap: wrap;
}
.page-nav * {
margin: 0em 1em;
flex-wrap: wrap;
}
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