From 694e423059ee35a365560e8c7ba6e68b7f1b8c18 Mon Sep 17 00:00:00 2001 From: James Koster Date: Tue, 26 Mar 2024 10:25:30 +0000 Subject: [PATCH] Fix focus outline visibility and truncation --- packages/dataviews/src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dataviews/src/style.scss b/packages/dataviews/src/style.scss index c8bd6dd0e3d82..0aa867bfef049 100644 --- a/packages/dataviews/src/style.scss +++ b/packages/dataviews/src/style.scss @@ -242,7 +242,6 @@ white-space: nowrap; display: block; width: 100%; - overflow: hidden; a { text-decoration: none; @@ -420,6 +419,7 @@ } .dataviews-view-list__primary-field { min-height: $grid-unit-05 * 5; + overflow: hidden; } }