From 0bb4b5a159526fb00625c3f232b997e1cc0d1a83 Mon Sep 17 00:00:00 2001 From: Jared Snider Date: Mon, 14 Jul 2025 15:25:14 -0400 Subject: [PATCH] PM-23733 - Swap to non-scrollable table --- .../feature-flags/feature-flags.component.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libs/angular/src/platform/feature-flags/feature-flags.component.html b/libs/angular/src/platform/feature-flags/feature-flags.component.html index d900490a4cb..e91f2abbbc4 100644 --- a/libs/angular/src/platform/feature-flags/feature-flags.component.html +++ b/libs/angular/src/platform/feature-flags/feature-flags.component.html @@ -3,15 +3,20 @@ } @else { - + + + + key value - - {{ row.key }} - {{ row.value }} + + + {{ r.key }} + {{ r.value }} + - + }