From c63fcdd465950ada439d7d69622a3886e8f3a783 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 2 Apr 2025 19:15:29 +0200 Subject: [PATCH] fix: history table modal links styling --- client/src/app/review/history/history.component.html | 6 +++--- client/src/app/review/history/history.component.scss | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/client/src/app/review/history/history.component.html b/client/src/app/review/history/history.component.html index 8c67c0d..636e90a 100644 --- a/client/src/app/review/history/history.component.html +++ b/client/src/app/review/history/history.component.html @@ -24,19 +24,19 @@ {{ approveData[col] }}
VIEW / EDIT
diff --git a/client/src/app/review/history/history.component.scss b/client/src/app/review/history/history.component.scss index 00118e4..bbc50e0 100644 --- a/client/src/app/review/history/history.component.scss +++ b/client/src/app/review/history/history.component.scss @@ -34,4 +34,9 @@ #noDataContainer { height: calc(100vh - 200px); -} \ No newline at end of file +} + +.table-link { + text-decoration: underline; + font-weight: bold; +}