We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31fd63 commit e0015c5Copy full SHA for e0015c5
packages/feedback/src/modal/components/Dialog.css.ts
@@ -100,7 +100,7 @@ const FORM = `
100
}
101
102
.form__right {
103
- flex: 0 0 var(--form-width, 272px);
+ flex: 0 0 auto;
104
width: var(--form-width, 272px);
105
display: flex;
106
overflow: auto;
@@ -111,7 +111,7 @@ const FORM = `
111
112
@media (max-width: 600px) {
113
114
- width: auto;
+ width: var(--form-width, 100%);
115
116
117
0 commit comments