Compare commits

..

No commits in common. "f7afdf5c961822f1b032f001e1628acbcd405321" and "bc590eb40ad7ab3c4f3ab711fadadf235d0e1300" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -276,14 +276,10 @@ body {
} }
.modal-actions { .modal-actions {
flex-direction: column; flex-wrap: wrap;
gap: 0.5rem;
} }
.modal-actions .btn-primary,
.modal-actions .btn-secondary,
.modal-actions .btn-danger { .modal-actions .btn-danger {
width: 100%; width: 100%;
text-align: center;
} }
} }

View File

@ -235,15 +235,8 @@
padding: 30vh 1rem; padding: 30vh 1rem;
} }
.goal-selector-container {
min-width: 0;
width: 100%;
}
.goal-selector-container select { .goal-selector-container select {
min-width: 0; min-width: 140px;
width: 100%;
max-width: 100%;
} }
} }