Commit 91a0f991 authored by Goutte's avatar Goutte

Hotfix columns width.

parent 8660c4d9
Pipeline #160 passed with stage
in 58 seconds
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
padding: 0.5em 1em; padding: 0.5em 1em;
max-height: calc(100vh - 4rem - 3rem); max-height: calc(100vh - 4rem - 3rem);
overflow-y: scroll; overflow-y: scroll;
min-width: 33vh; /* hotfix: sometimes columns are squished, why? */
} }
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment