diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-28 12:48:14 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-28 12:48:14 -0500 |
| commit | 36460fd3849816af921efdc0b36a6f31f93976ea (patch) | |
| tree | fd18256839bf48bc3c4c0111aa62b8534930e7e8 | |
| parent | a8d11b22e73b707ea5d442843592eabe053535b7 (diff) | |
Fix layout overflow issue
| -rw-r--r-- | src/components/basic_user_card/basic_user_card.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/basic_user_card/basic_user_card.vue b/src/components/basic_user_card/basic_user_card.vue index 0f294330..77fb0aa0 100644 --- a/src/components/basic_user_card/basic_user_card.vue +++ b/src/components/basic_user_card/basic_user_card.vue @@ -42,6 +42,7 @@ margin-left: 0.7em; text-align: left; flex: 1; + min-width: 0; } &-user-name { |
