diff --git a/src/components/FaceTopMatter.vue b/src/components/FaceTopMatter.vue index 75a63e20..ec9f5594 100644 --- a/src/components/FaceTopMatter.vue +++ b/src/components/FaceTopMatter.vue @@ -55,5 +55,9 @@ export default class FaceTopMatter extends Mixins(GlobalMixin) { display: inline-block; vertical-align: top; } + + button { + display: inline-block; + } } \ No newline at end of file diff --git a/src/components/TagTopMatter.vue b/src/components/TagTopMatter.vue index 472b026a..483f3d9b 100644 --- a/src/components/TagTopMatter.vue +++ b/src/components/TagTopMatter.vue @@ -55,5 +55,9 @@ export default class TagTopMatter extends Mixins(GlobalMixin) { display: inline-block; vertical-align: top; } + + button { + display: inline-block; + } } \ No newline at end of file