Skip to content

Commit

Permalink
fix(filter-field): Fixes an issue where long free-text values exceed …
Browse files Browse the repository at this point in the history
…the border of the overlay.

Fixes #1439
  • Loading branch information
thomaspink committed Aug 5, 2020
1 parent 8213055 commit 9d5f935
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -85,6 +85,9 @@
.dt-filter-field-tag-value {
color: $turquoise-600;
margin-left: 4px;
max-width: 250px;
overflow-wrap: anywhere;
word-break: break-all;
}

.dt-filter-field-tag-label .dt-filter-field-tag-value {
Expand Down

0 comments on commit 9d5f935

Please sign in to comment.