Skip to content

Commit

Permalink
fix(filter): Filter input fits in column without bootstrap
Browse files Browse the repository at this point in the history
I noticed that filter inputs where not staying in their respective columns without bootstrap, this
addresses that issue.
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Mar 22, 2018
1 parent 7231af7 commit a63e1f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 0 additions & 14 deletions src/less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,3 @@
border-right: 0;
}
}

input[type="text"].ui-grid-filter-input {
padding: 0 18px 0 0;
margin: 0;
border: 0;
width: 100%;

border: @gridBorderWidth solid @borderColor;
.border-radius(@gridBorderRadius);

&:hover {
border: @gridBorderWidth solid @borderColor;
}
}
1 change: 1 addition & 0 deletions src/less/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
}

input[type="text"].ui-grid-filter-input {
box-sizing: border-box;
padding: 0 18px 0 0;
margin: 0;
border: 0;
Expand Down

0 comments on commit a63e1f1

Please sign in to comment.