fix(quick actions): do not space between elements on mobile

This commit is contained in:
kolaente 2025-03-09 12:10:27 +01:00
parent 12604bcb0f
commit 23303488da
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -587,6 +587,7 @@ function reset() {
<style lang="scss" scoped>
.quick-actions {
overflow: hidden;
justify-content: flex-start !important;
// FIXME: changed position should be an option of the modal
:deep(.modal-content) {