From 61ec0549bc72b3e28b30fab9343db799c22ce225 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 25 Nov 2022 11:55:37 -0500 Subject: [PATCH] Clean up css for the filter icon --- spiffworkflow-frontend/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spiffworkflow-frontend/src/index.css b/spiffworkflow-frontend/src/index.css index 246c3e44f..4723e5571 100644 --- a/spiffworkflow-frontend/src/index.css +++ b/spiffworkflow-frontend/src/index.css @@ -292,3 +292,8 @@ td.actions-cell { .process-model-files-section { margin: 2em 0; } + +.filterIcon { + text-align: right; + padding-bottom: 10px; +}