fix(quick actions): do not space between elements on mobile
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue