Commit e0015c5
fix(feedback): Fix form width on mobile devices (#13068)
On mobile devices, the form looked narrow due to the unspecified value
of the css variable --form-width. I set it to 100% for mobile devices
and this stretched the form to the full width (see before/after
screenshots).
before:
<img width="320" alt="before"
src="https://github.com/user-attachments/assets/60cb8741-02e4-4845-804b-a121861b4ae5">
after:
<img width="320" alt="after"
src="https://github.com/user-attachments/assets/645d8ba3-d694-432c-9c1d-2f3d939b6ccd">
---------
Co-authored-by: Catherine Lee <[email protected]>1 parent e31fd63 commit e0015c5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments