From 7f5577910fd68d1238dcc31c0667f9ae7f3908c0 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 23 May 2026 08:40:13 +0200 Subject: [PATCH] Update comment --- apps/client/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 8c209757c..1eb5bd2dd 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -365,7 +365,7 @@ ngx-skeleton-loader { } .has-info-message { - // Restrict viewport height of tabbed views when the live-demo banner or system announcements are displayed + // Restrict viewport height of tabbed views when the Live Demo or system announcements banner are displayed .page:has(gf-page-tabs) { height: calc(100svh - 2 * var(--mat-toolbar-standard-height)); }