button spacing on small screens
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s

This commit is contained in:
Corban-Lee Jones 2024-09-17 00:36:20 +01:00
parent f9fe43e17d
commit 97cb956db5

View File

@ -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;
}