UI - Add space around checkbox operation buttons so they work better in mobile #2393

This commit is contained in:
dgtlmoon
2024-06-13 13:22:31 +02:00
parent 76ffc3e891
commit bce02f9c82
2 changed files with 9 additions and 0 deletions

View File

@@ -1021,6 +1021,11 @@ ul {
border-radius: 10px;
margin-bottom: 1em;
display: none;
button {
/* some space if they wrap the page */
margin-bottom: 3px;
margin-top: 3px;
}
}
.checkbox-uuid {