Skip to content
Snippets Groups Projects
Commit 7eb8d1a7 authored by norpol's avatar norpol
Browse files

Fix overflowing on regular pages

parent 1a0978e7
No related branches found
No related tags found
No related merge requests found
Pipeline #2198 passed
...@@ -2242,7 +2242,6 @@ th { ...@@ -2242,7 +2242,6 @@ th {
list-style: none; list-style: none;
margin: 0.5em 0 -0.25em 1em; margin: 0.5em 0 -0.25em 1em;
padding: 0; padding: 0;
width: 100%;
} }
.p-breadcrumbs__item { .p-breadcrumbs__item {
...@@ -5687,6 +5686,7 @@ html { ...@@ -5687,6 +5686,7 @@ html {
#app { #app {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
max-width: 100vw;
} }
#app > * { #app > * {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment