mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: img default style is not reset, making the layout disordered (#38474)
This commit is contained in:
parent
2298ae6099
commit
6d877e5617
@ -61,6 +61,11 @@ const GlobalStyles = () => {
|
||||
ol {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
border-style: none;
|
||||
}
|
||||
`}
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user