Skip to content
Snippets Groups Projects
Commit a67f6edb authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

fix: set modal max width to 40rem

Part-of: <!95>
parent 5e3830a4
No related branches found
No related tags found
1 merge request!95add max modal width and height
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
box-shadow: 0 2px 4px 2px rgba(#000, 0.2); box-shadow: 0 2px 4px 2px rgba(#000, 0.2);
border-radius: 1rem; border-radius: 1rem;
min-width: 32rem; min-width: 32rem;
max-width: 90vw; max-width: min(90vw, 40rem);
> .alert-container { > .alert-container {
display: grid; display: grid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment