mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
remove row width 100%
This commit is contained in:
parent
8ab6159bb8
commit
21b3368d4e
@ -10,7 +10,6 @@
|
||||
|
||||
.make-row(@gutter: @grid-gutter-width) {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-left: (@gutter / -2);
|
||||
margin-right: (@gutter / -2);
|
||||
height: auto;
|
||||
@ -69,4 +68,4 @@
|
||||
|
||||
.make-grid() {
|
||||
.loop-grid-columns(@grid-columns);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user