Make create-list button full width

This commit is contained in:
2026-06-16 07:00:58 +02:00
parent c1ab1f1e96
commit 359fcd61a0
2 changed files with 5 additions and 1 deletions
@@ -160,6 +160,10 @@
margin-top: 0;
}
.sg-delete-confirmation-pattern__create-list-toggle {
width: 100%;
}
@media (max-width: 48rem) {
.sg-delete-confirmation-pattern__actions {
flex-wrap: wrap;