Fix tag text size

cache
Varun Patil 2022-10-06 16:52:18 -07:00
parent f4d33df10d
commit ae0cce00cd
1 changed files with 1 additions and 2 deletions

View File

@ -108,10 +108,9 @@ export default class Tag extends Mixins(GlobalMixin) {
width: 100%; width: 100%;
padding: 0 5%; padding: 0 5%;
text-align: center; text-align: center;
font-size: 1.08em; font-size: 1.2em;
word-wrap: break-word; word-wrap: break-word;
text-overflow: ellipsis; text-overflow: ellipsis;
max-height: 35%;
line-height: 1em; line-height: 1em;
} }