diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-25 22:59:49 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-28 12:41:20 -0500 |
| commit | 4b0a11acef6acbe3a1205568bffb077fab043b2a (patch) | |
| tree | f50399aedaccd595082545f0d07ebe38858d7a26 | |
| parent | 8923492e6824ad43731930dfc3b57dba45cc52e9 (diff) | |
Improve action button size and position in BasicUserCard
| -rw-r--r-- | src/components/basic_user_card/basic_user_card.vue | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue index e10a3749..020f82c1 100644 --- a/src/components/basic_user_card/basic_user_card.vue +++ b/src/components/basic_user_card/basic_user_card.vue @@ -73,10 +73,11 @@ &-secondary-area { flex: none; - } - &-third-area { - margin-top: .2em; + .btn { + margin-top: .5em; + width: 10em; + } } &-expanded-content { |
