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!
-
-
@@ -302,9 +297,4 @@ watch(autoRefreshValue, (newValue) => dataRetriever.updateTimeout(newValue)); .retry-issued { background-image: url("@/assets/status_retry_issued.svg"); } -.format-showing-tip { - display: flex; - align-items: flex-end; - font-style: italic; -} diff --git a/src/Frontend/src/components/audit/FiltersPanel.vue b/src/Frontend/src/components/audit/FiltersPanel.vue index c4003e2ed..0ab9de869 100644 --- a/src/Frontend/src/components/audit/FiltersPanel.vue +++ b/src/Frontend/src/components/audit/FiltersPanel.vue @@ -60,6 +60,7 @@ function findKeyByValue(searchValue: string) {
+
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); +}