Skip to content
Snippets Groups Projects
Commit 7c7a4bb1cf2a authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

web-ui: fix mobile view of graphs

parent 39da9ecb254f
No related branches found
No related tags found
No related merge requests found
Pipeline #55476 failed
......@@ -30,7 +30,7 @@
.graphs {
display: grid;
gap: 1.5rem;
grid-template-columns: repeat(auto-fit, minmax(500px, max-content));
grid-template-columns: repeat(auto-fit, minmax(min-content, 500px));
justify-content: center;
align-content: center;
}
......
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