diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-12 13:59:39 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-12 13:59:39 -0400 |
| commit | a71d14704ff840f18031af55e8e6e718e288767e (patch) | |
| tree | c68b394298e5b72207bfd89763d47180ca650726 | |
| parent | f1bdbeabf0294bd7e2ef71f9d61118d3dca442e1 (diff) | |
fix user card overflow bug
| -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 568e9359..8a02174e 100644 --- a/src/components/basic_user_card/basic_user_card.vue +++ b/src/components/basic_user_card/basic_user_card.vue @@ -87,6 +87,7 @@ &-expanded-content { flex: 1; margin-left: 0.7em; + min-width: 0; } } </style> |
