이용자 관리 버튼 레이아웃 수정
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user