Skip to content

Commit 7ccd5fd

Browse files
fix: fixed width form to not shrink after 'Send Request' button is clicked (#6644)
Co-authored-by: Jay <[email protected]>
1 parent 77b8f2f commit 7ccd5fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sandbox/client.html

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
grid-template-columns: 1fr 1fr;
1818
grid-gap: 25px;
1919
}
20+
.well {
21+
max-width: 400px;
22+
}
2023
@media screen and (max-width: 1000px) {
2124
.box {
2225
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)