nowrap 처리

This commit is contained in:
Rinjae
2025-12-11 10:07:01 +09:00
parent 5c65015c17
commit 1dae5f5697
+2
View File
@@ -5420,6 +5420,7 @@ select.form-control {
justify-content: center; justify-content: center;
padding: 8px 16px; padding: 8px 16px;
height: 40px; height: 40px;
white-space: nowrap;
border-radius: 8px; border-radius: 8px;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
@@ -7014,6 +7015,7 @@ select.form-control {
transition: all 0.3s ease; transition: all 0.3s ease;
height: 40px; height: 40px;
width: 135px; width: 135px;
white-space: nowrap;
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.api-showcase .btn-all-apis { .api-showcase .btn-all-apis {