forked from AkkomaGang/admin-fe
Fix tablet width
This commit is contained in:
parent
343f9506f2
commit
81f050f9aa
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@
|
||||||
margin-right: 8px
|
margin-right: 8px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width:801px) and (min-width: 481px) {
|
@media only screen and (max-width:818px) and (min-width: 481px) {
|
||||||
.delete-setting-button {
|
.delete-setting-button {
|
||||||
margin: 4px 0 0 10px;
|
margin: 4px 0 0 10px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
|
Loading…
Reference in a new issue