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
@@ -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) {