aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-02-20 11:22:01 -0500
committertaehoon <th.dev91@gmail.com>2019-02-20 13:30:31 -0500
commit46e1f3034788640c57953fbca0e5423dc771b9a9 (patch)
tree90db002ed4a1fdd2bfd53e70f0dd987882dbd290 /src
parent85d43d17f5834cde8f5f778528ec3e8ffa041efa (diff)
Fix indent
Diffstat (limited to 'src')
-rw-r--r--src/components/basic_user_card/basic_user_card.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue
index 7cbf647c..e09b06ce 100644
--- a/src/components/basic_user_card/basic_user_card.vue
+++ b/src/components/basic_user_card/basic_user_card.vue
@@ -40,7 +40,7 @@
border-bottom: 1px solid;
margin: 0;
border-bottom-color: $fallback--border;
- border-bottom-color: var(--border, $fallback--border);
+ border-bottom-color: var(--border, $fallback--border);
&-collapsed-content {
margin-left: 0.7em;