이용자 관리 버튼 레이아웃 수정

This commit is contained in:
현성필
2025-12-12 13:04:03 +09:00
parent 84c3d16fa4
commit af2d1afa06
4 changed files with 10 additions and 9 deletions
+3 -1
View File
@@ -5405,7 +5405,7 @@ select.form-control {
align-items: center;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
flex-wrap: nowrap;
}
@media (max-width: 1024px) {
.list-table .list-table-row .row-actions {
@@ -5421,6 +5421,7 @@ select.form-control {
justify-content: center;
padding: 8px 16px;
height: 40px;
white-space: nowrap;
border-radius: 8px;
font-size: 16px;
font-weight: 400;
@@ -7016,6 +7017,7 @@ select.form-control {
transition: all 0.3s ease;
height: 40px;
width: 135px;
white-space: nowrap;
}
@media (max-width: 1024px) {
.api-showcase .btn-all-apis {