button spacing on small screens
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
This commit is contained in:
parent
f9fe43e17d
commit
97cb956db5
@ -80,6 +80,12 @@
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.table-search-buttons > div {
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.table-search-buttons > div:first-of-type {
|
||||
margin-left: 0 !important;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user