Merge pull request #15193 from Godmartinz/admin-settings

Fixed admin boxes alignment
This commit is contained in:
snipe 2024-07-31 08:54:44 +01:00 committed by GitHub
commit e79a5b7efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -714,6 +714,11 @@ th.css-location > .th-inner::before {
margin-top:50px margin-top:50px
} }
} }
@media screen and (max-width: 1318px) and (min-width: 1200px){
.box{
height:170px;
}
}
.ellipsis { .ellipsis {
overflow: hidden; overflow: hidden;