From 05b13c555bade57210e35d2d263ce44b62618d09 Mon Sep 17 00:00:00 2001 From: Ozan Dogrultan Date: Thu, 21 Jul 2022 14:34:36 +0200 Subject: [PATCH] fix: Fix column description overflow-y value Signed-off-by: Ozan Dogrultan --- .../static/js/features/ColumnList/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/amundsen_application/static/js/features/ColumnList/styles.scss b/frontend/amundsen_application/static/js/features/ColumnList/styles.scss index 166963aae0..314b1fe655 100644 --- a/frontend/amundsen_application/static/js/features/ColumnList/styles.scss +++ b/frontend/amundsen_application/static/js/features/ColumnList/styles.scss @@ -78,6 +78,7 @@ $nested-column-row-color: $gray5; max-width: $description-max-width-small; white-space: nowrap; overflow-x: hidden; + overflow-y: hidden; text-overflow: ellipsis; @media (min-width: $screen-md-max) {