mirror of https://github.com/fantasticit/think.git
fix: ketex wrap style
This commit is contained in:
parent
e5d0cf1fdd
commit
8aaaf21311
|
@ -1,12 +1,10 @@
|
|||
.wrap {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
transform: translateY(1px);
|
||||
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
height: 20px;
|
||||
padding: 2px 8px;
|
||||
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
cursor: pointer;
|
||||
transform: translateY(1px);
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue