diff --git a/src/Frontend/src/components/audit/AuditList.vue b/src/Frontend/src/components/audit/AuditList.vue
index 88310dfba..b1f2ba6aa 100644
--- a/src/Frontend/src/components/audit/AuditList.vue
+++ b/src/Frontend/src/components/audit/AuditList.vue
@@ -159,11 +159,6 @@ watch(autoRefreshValue, (newValue) => dataRetriever.updateTimeout(newValue));
+
Use as a wildcard. Eg: World! or Hello finds Hello World!
@@ -102,7 +103,7 @@ function findKeyByValue(searchValue: string) {
.filter {
display: flex;
- align-items: center;
+ align-items: start;
}
.filter:last-child {
@@ -112,9 +113,14 @@ function findKeyByValue(searchValue: string) {
.filter-label {
font-weight: bold;
+ padding-block: 0.375rem;
}
.text-search-container {
width: 25rem;
}
+.note {
+ font-size: 0.875em;
+ color: var(--bs-secondary-color);
+}