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

web-ui: improve graph grid

parent 970acab7
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,7 @@
<style>
.graphs {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: minmax(100px, auto);
gap: 1.5rem;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
</style>
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