aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/selectable_list/selectable_list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/selectable_list/selectable_list.vue b/src/components/selectable_list/selectable_list.vue
index 81305a5e..3f16c921 100644
--- a/src/components/selectable_list/selectable_list.vue
+++ b/src/components/selectable_list/selectable_list.vue
@@ -32,7 +32,7 @@
display: flex;
align-items: center;
- & > * {
+ > * {
min-width: 0;
}
}