From 5cba6f53f5f287f12669c570c636d484e5bf88e8 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Fri, 22 Mar 2019 14:10:18 +0100 Subject: [PATCH] Make sure sort buttons is always clickable Hide part overflow of column label if there is not enough room --- src/styles/components/_pillar_table.sass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/components/_pillar_table.sass b/src/styles/components/_pillar_table.sass index 366931a9..da3e4070 100644 --- a/src/styles/components/_pillar_table.sass +++ b/src/styles/components/_pillar_table.sass @@ -41,6 +41,9 @@ $thumbnail-max-height: calc(110px * (9/16)) overflow-y: auto height: 100% + .pillar-cell + padding-left: 0.3em + .pillar-table-row:nth-child(odd) background-color: $color-background-dark @@ -74,6 +77,7 @@ $thumbnail-max-height: calc(110px * (9/16)) white-space: nowrap text-overflow: ellipsis justify-content: center + min-width: 2em &.highlight background-color: rgba($color-background-active, .4) @@ -85,6 +89,9 @@ $thumbnail-max-height: calc(110px * (9/16)) text-transform: capitalize color: $color-text-dark-secondary + .header-label + overflow: hidden + &.thumbnail flex: 0 flex-basis: $thumbnail-max-width