diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
index 45a8fdc4f..e2c1cb7da 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
+++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html
@@ -23,11 +23,18 @@
+
+ Use
+
+ + click to exclude items.
+
diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss
index 40c93838f..5863cc5b6 100644
--- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss
+++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss
@@ -12,3 +12,15 @@
overflow-y: scroll;
}
}
+
+small > svg {
+ margin-top: -2px;
+}
+
+.list-group-item-note {
+ line-height: 1;
+
+ small {
+ font-size: 70%;
+ }
+}