fix(ui): tailwind preflight that causing antd button with icon aligment issue

This commit is contained in:
Shekar Siri 2025-03-04 15:05:45 +01:00
parent 5e10e168c6
commit 4d19586eb9

View file

@ -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;
}
}