Skip to content

Commit 02215b6

Browse files
authored
fix: add word-break to long column names in column tooltip (#1290)
resolves: #1283 Break column names wherever is needed so that it fits in popover, as they never contain spaces. ![image](https://github.com/deephaven/web-client-ui/assets/1576283/976f0dfe-24ac-41eb-a851-70b3624e950d)
1 parent b877053 commit 02215b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/iris-grid/src/ColumnStatistics.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.column-statistics-title {
1313
padding-top: $spacer-1;
1414
font-weight: 500;
15+
word-break: break-all;
1516
.column-statistics-copy {
1617
margin-left: 2px;
1718
margin-top: -2px;
@@ -23,8 +24,6 @@
2324
color: $gray-400;
2425
font-weight: normal;
2526
user-select: none;
26-
text-overflow: ellipsis;
27-
overflow: hidden;
2827
white-space: nowrap;
2928
}
3029

0 commit comments

Comments
 (0)