2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix: fixed width form to not shrink after 'Send Request' button is clicked (#6644)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Ngole Lawson
2024-11-08 10:39:10 +01:00
committed by GitHub
parent 77b8f2fb86
commit 7ccd5fd424
+3
View File
@@ -17,6 +17,9 @@
grid-template-columns: 1fr 1fr;
grid-gap: 25px;
}
.well {
max-width: 400px;
}
@media screen and (max-width: 1000px) {
.box {
grid-template-columns: 1fr;