remove Row css - position:relative

remove Row css - position:relative
This commit is contained in:
梁灏 2016-10-26 12:04:40 +08:00
parent 7570318ba0
commit bf962a6917
5 changed files with 23 additions and 9 deletions

View file

@ -2,7 +2,7 @@
@col-prefix-cls: ~"@{css-prefix}col";
.make-row(@gutter: @grid-gutter-width) {
position: relative;
//position: relative;
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
height: auto;