diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-29 13:57:44 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-29 13:57:44 -0400 |
| commit | 5b16e368285a3e61f8d200c06e6109ec39819314 (patch) | |
| tree | 06ef92e0f8e78c6b5246a47b5cfaf119ed9c3d98 /src/components/selectable_list | |
| parent | b1f8221a0af1d7eb37e5a5305e2ca6e9d40a268f (diff) | |
remove &
Diffstat (limited to 'src/components/selectable_list')
| -rw-r--r-- | src/components/selectable_list/selectable_list.vue | 2 |
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; } } |
