fix: applied filter element in list view
Co-authored-by: surajshetty3416
This commit is contained in:
parent
6ef45bd5c8
commit
d8b4c66bf3
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import 'variables';
|
||||
@import 'common';
|
||||
|
||||
.active-tag-filters {
|
||||
.add-filter, .filter-tag {
|
||||
|
|
@ -6,6 +6,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.toggle-filter {
|
||||
max-width: 200px !important;
|
||||
.ellipsis;
|
||||
}
|
||||
|
||||
.active-tag-filters .btn-group {
|
||||
white-space: nowrap;
|
||||
font-size: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue