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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user