diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 03:33:25 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-10 21:01:07 -0400 |
| commit | 2ab00387fe8c335fe554249cd354eadfdb79d57b (patch) | |
| tree | ce7ae5c6d993f93a58f9a1baaf4492b324abdfa8 /src/components/moderation_tools/moderation_tools.vue | |
| parent | e1d6e56e1b5b189f0738fb174c23965b51bcd8f2 (diff) | |
clean up + add btn-group css class
Diffstat (limited to 'src/components/moderation_tools/moderation_tools.vue')
| -rw-r--r-- | src/components/moderation_tools/moderation_tools.vue | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/components/moderation_tools/moderation_tools.vue b/src/components/moderation_tools/moderation_tools.vue index 785fe7ba..80f6858e 100644 --- a/src/components/moderation_tools/moderation_tools.vue +++ b/src/components/moderation_tools/moderation_tools.vue @@ -61,7 +61,7 @@ </span> </div> </div> - <button slot="reference" class="btn btn-default moderation-toggle-btn" v-bind:class="{ pressed: showDropDown }" @click='toggleMenu'> + <button slot="reference" class="btn btn-default btn-block" v-bind:class="{ pressed: showDropDown }" @click='toggleMenu'> {{ $t('user_card.admin_menu.moderation') }} </button> </Popper> @@ -107,11 +107,4 @@ } } -.moderation-toggle-btn { - &#{&} { - margin: 0; - width: 100%; - } -} - </style> |
