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
+1 -1
View File
@@ -143,7 +143,7 @@
</ul> </ul>
<div class="sg-delete-confirmation-pattern__actions"> <div class="sg-delete-confirmation-pattern__actions">
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-create-list-form-toggle aria-expanded="false">Neue Liste anlegen</button> <button class="sg-interaction-element sg-button sg-button--active sg-delete-confirmation-pattern__create-list-toggle" type="button" data-create-list-form-toggle aria-expanded="false">Neue Liste anlegen</button>
</div> </div>
</div> </div>
@@ -160,6 +160,10 @@
margin-top: 0; margin-top: 0;
} }
.sg-delete-confirmation-pattern__create-list-toggle {
width: 100%;
}
@media (max-width: 48rem) { @media (max-width: 48rem) {
.sg-delete-confirmation-pattern__actions { .sg-delete-confirmation-pattern__actions {
flex-wrap: wrap; flex-wrap: wrap;