mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
fix: fix alignment issues caused by line-height on safari
style: format code styles
This commit is contained in:
@@ -56,7 +56,6 @@ const Dot: React.FC<React.PropsWithChildren<DotProps>> = React.memo(({
|
||||
|
||||
.label {
|
||||
margin-left: 8px;
|
||||
line-height: 1rem;
|
||||
font-size: 1rem;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user