This commit is contained in:
Vitalii Kiiko
2024-08-14 09:53:55 +02:00
parent cd73c7fd1d
commit 3690835fa1
4 changed files with 57 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
.pageBando__templateSelection {
display: flex;
gap: 14px;
align-items: flex-end;
.appForm__field {
width: 100%;
}
button {
flex: 0 0 auto;
}
}