Pull request #160: Wrap column preview on multiple lines

Merge in RED/ui from RED-1299 to master

* commit 'df834cf4088a11d274e8fcd0d52aa5072d2e3d86':
  Wrap column preview on multiple lines
This commit is contained in:
Timo Bejan 2021-04-19 07:57:11 +02:00
commit 0aa79add9a

View File

@ -89,7 +89,7 @@
.csv-part-content {
overflow: auto;
@include no-scroll-bar;
height: calc(100% - 51px);
height: calc(100% - 49px);
font-size: 12px;
.no-column-data {
@ -105,13 +105,10 @@
}
> *:not(.no-column-data) {
height: 30px;
border-bottom: 1px solid $separator;
display: flex;
padding: 0 16px;
padding: 7px 16px;
align-items: center;
@include line-clamp(1);
line-height: 30px;
}
}