This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
GitHub
/
ant-design
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
fix: ant-row with flex
pull/21406/head
zombiej
5 years ago
parent
4c52401fd1
commit
e35663065c
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
components/style/mixins/clearfix.less
1
components/style/mixins/clearfix.less
View File
@ -5,6 +5,7 @@
&::before,
&::after {
display: table;
flex: 0;
width: 100%;
content: '';
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub/ant-design
Title
Body
Create Issue