fix(ui): tailwind preflight that causing antd button with icon aligment issue
This commit is contained in:
parent
5e10e168c6
commit
4d19586eb9
1 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ textarea {
|
|||
font-variation-settings: inherit; /* 1 */
|
||||
font-size: 100%; /* 1 */
|
||||
font-weight: inherit; /* 1 */
|
||||
line-height: inherit; /* 1 */
|
||||
/*line-height: inherit; !* 1 *!*/
|
||||
color: inherit; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
padding: 0; /* 3 */
|
||||
|
|
@ -374,4 +374,4 @@ video {
|
|||
/* Make elements with the HTML hidden attribute stay hidden by default */
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue