mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 09:31:47 +08:00
fix: Clear fix missing width (#21310)
This commit is contained in:
parent
703a4b1011
commit
04ef6a8bce
@ -5,6 +5,7 @@
|
||||
&::before,
|
||||
&::after {
|
||||
display: table;
|
||||
width: 100%;
|
||||
content: '';
|
||||
}
|
||||
&::after {
|
||||
|
Loading…
Reference in New Issue
Block a user