Fix gap in back arrow in tags/face
parent
34a6818242
commit
3e901189b3
|
@ -55,5 +55,9 @@ export default class FaceTopMatter extends Mixins(GlobalMixin) {
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
</style>
|
|
@ -55,5 +55,9 @@ export default class TagTopMatter extends Mixins(GlobalMixin) {
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue