Skip to content

Commit a63e1f1

Browse files
Portugal, Marcelomportuga
authored andcommitted
fix(filter): Filter input fits in column without bootstrap
I noticed that filter inputs where not staying in their respective columns without bootstrap, this addresses that issue.
1 parent 7231af7 commit a63e1f1

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/less/footer.less

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,3 @@
6969
border-right: 0;
7070
}
7171
}
72-
73-
input[type="text"].ui-grid-filter-input {
74-
padding: 0 18px 0 0;
75-
margin: 0;
76-
border: 0;
77-
width: 100%;
78-
79-
border: @gridBorderWidth solid @borderColor;
80-
.border-radius(@gridBorderRadius);
81-
82-
&:hover {
83-
border: @gridBorderWidth solid @borderColor;
84-
}
85-
}

src/less/header.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
}
211211

212212
input[type="text"].ui-grid-filter-input {
213+
box-sizing: border-box;
213214
padding: 0 18px 0 0;
214215
margin: 0;
215216
border: 0;

0 commit comments

Comments
 (0)