From e7cfe2b01cffa077e194f01cbc1c5639724bbf9b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:36:32 +0200 Subject: [PATCH] Clean up --- apps/client/src/styles.scss | 4 + .../lib/page-tabs/page-tabs.component.html | 6 +- .../lib/page-tabs/page-tabs.component.spec.ts | 83 ------------------- 3 files changed, 7 insertions(+), 86 deletions(-) delete mode 100644 libs/ui/src/lib/page-tabs/page-tabs.component.spec.ts diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 045de2eb6..42f9ec0ba 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -380,6 +380,10 @@ ngx-skeleton-loader { line-height: 1; } +.line-height-normal { + line-height: normal; +} + .lead { font-weight: unset; } diff --git a/libs/ui/src/lib/page-tabs/page-tabs.component.html b/libs/ui/src/lib/page-tabs/page-tabs.component.html index 7cc03a03d..983c17dea 100644 --- a/libs/ui/src/lib/page-tabs/page-tabs.component.html +++ b/libs/ui/src/lib/page-tabs/page-tabs.component.html @@ -12,7 +12,7 @@ @if (tab.showCondition !== false) { @if (tab.onClick) {