diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-04 13:23:57 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-10 21:01:08 -0400 |
| commit | 0f4cccd115f514df07725d1d2bfabfe589befff6 (patch) | |
| tree | 5cb25b499fc4a448e862aff7048e151d61566150 /src | |
| parent | 38ba5fe028e09a4a64ef7f4f5d4366b0781b13f8 (diff) | |
improve ui
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 013b142d..03c79b49 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -93,7 +93,7 @@ </div> <div> - <button @click="reportUser"> + <button @click="reportUser" class="btn btn-default btn-block"> {{ $t('user_card.report') }} </button> </div> |
