We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c24b8 commit 9669c8dCopy full SHA for 9669c8d
1 file changed
src/styles/components/_pane.scss
@@ -69,18 +69,17 @@
69
70
&--large {
71
--neeto-ui-pane-wrapper-width: 50vw;
72
+ min-width: 600px;
73
}
74
75
&--extralarge {
76
--neeto-ui-pane-wrapper-width: 90vw;
- }
77
-
78
- @include mixins.viewport(tab-min) {
79
- width: 50%;
+ min-width: 700px;
80
81
82
@include mixins.viewport(mob) {
83
width: 100%;
+ min-width: 0;
84
85
86
0 commit comments