fix: ketex wrap style

This commit is contained in:
fantasticit 2022-04-25 10:55:30 +08:00
parent e5d0cf1fdd
commit 8aaaf21311
1 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,10 @@
.wrap { .wrap {
display: inline-flex; display: inline-flex;
justify-content: center;
transform: translateY(1px);
font-size: 12px;
line-height: 16px;
height: 20px; height: 20px;
padding: 2px 8px; padding: 2px 8px;
font-size: 12px;
line-height: 16px;
cursor: pointer; cursor: pointer;
transform: translateY(1px);
justify-content: center;
} }