Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 0a99d00

Browse files
committed
fix: adv filter tag sizing bug fix
1 parent 483bb94 commit 0a99d00

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Assets/Styles/firefox.less

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@import "constants";
2+
3+
// target any firefox version
4+
@-moz-document url-prefix() {
5+
//Advanced filter button widths fix.
6+
.nested-btn-group.btn-group-sm .btn-group .btn:last-child {
7+
margin-right: 8.19px;
8+
}
9+
}

src/Assets/Styles/sb-components.less

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333

3434
//## Browser Specific
3535
@import "internet-explorer";
36+
@import "firefox";

0 commit comments

Comments
 (0)