Add max-width to DialogContent
This commit is contained in:
parent
a18c4d88bb
commit
0e3d5c08f8
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
min-width: 580px;
|
min-width: 580px;
|
||||||
|
max-width: 50vw;
|
||||||
// padding: $unit * $multiplier;
|
// padding: $unit * $multiplier;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue