From d6b6d24efb7dc41a2c0c2afb4e79ed92dd9af102 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Thu, 26 Sep 2024 20:22:44 +0530 Subject: [PATCH] Fixed CaseReference style issue (#204) Co-authored-by: Vishal Co-authored-by: tumms2021389 <97188066+tumms2021389@users.noreply.github.com> --- src/components/templates/ListView/list-view-styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/templates/ListView/list-view-styles.ts b/src/components/templates/ListView/list-view-styles.ts index 8d939b3..ddf89f9 100644 --- a/src/components/templates/ListView/list-view-styles.ts +++ b/src/components/templates/ListView/list-view-styles.ts @@ -12,6 +12,7 @@ export const listViewStyles = html` vaadin-grid { height: auto; + max-height: 400px; } /* based on this thread: https://github.com/vaadin/vaadin-grid/issues/786 */