Make sure sort buttons is always clickable
Hide part overflow of column label if there is not enough room
This commit is contained in:
parent
072a1793e4
commit
5cba6f53f5
@ -41,6 +41,9 @@ $thumbnail-max-height: calc(110px * (9/16))
|
|||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
|
.pillar-cell
|
||||||
|
padding-left: 0.3em
|
||||||
|
|
||||||
.pillar-table-row:nth-child(odd)
|
.pillar-table-row:nth-child(odd)
|
||||||
background-color: $color-background-dark
|
background-color: $color-background-dark
|
||||||
|
|
||||||
@ -74,6 +77,7 @@ $thumbnail-max-height: calc(110px * (9/16))
|
|||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
justify-content: center
|
justify-content: center
|
||||||
|
min-width: 2em
|
||||||
|
|
||||||
&.highlight
|
&.highlight
|
||||||
background-color: rgba($color-background-active, .4)
|
background-color: rgba($color-background-active, .4)
|
||||||
@ -85,6 +89,9 @@ $thumbnail-max-height: calc(110px * (9/16))
|
|||||||
text-transform: capitalize
|
text-transform: capitalize
|
||||||
color: $color-text-dark-secondary
|
color: $color-text-dark-secondary
|
||||||
|
|
||||||
|
.header-label
|
||||||
|
overflow: hidden
|
||||||
|
|
||||||
&.thumbnail
|
&.thumbnail
|
||||||
flex: 0
|
flex: 0
|
||||||
flex-basis: $thumbnail-max-width
|
flex-basis: $thumbnail-max-width
|
||||||
|
Loading…
x
Reference in New Issue
Block a user