From 5d40ed1e4daf1988e0d4d6212cb00b5ee1950ef7 Mon Sep 17 00:00:00 2001 From: Sjur Sutterud Sagen Date: Fri, 21 Jun 2024 11:25:38 +0200 Subject: [PATCH] Fix min-width for table component (#205) --- apps/pxweb2/src/app/app.module.scss | 1 + libs/pxweb2-ui/README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pxweb2/src/app/app.module.scss b/apps/pxweb2/src/app/app.module.scss index 3c19477d..b28defe2 100644 --- a/apps/pxweb2/src/app/app.module.scss +++ b/apps/pxweb2/src/app/app.module.scss @@ -75,4 +75,5 @@ .tableWrapper { overflow-x: scroll; max-width: 100%; + min-width: 100%; } diff --git a/libs/pxweb2-ui/README.md b/libs/pxweb2-ui/README.md index 13afdf1c..7a20cf2d 100644 --- a/libs/pxweb2-ui/README.md +++ b/libs/pxweb2-ui/README.md @@ -5,4 +5,3 @@ This library was generated with [Nx](https://nx.dev). ## Running unit tests Run `nx test pxweb2-ui` to execute the unit tests via [Vitest](https://vitest.dev/). -