Skip to content
Snippets Groups Projects
Commit cff3ebf9 authored by Simon Malesys's avatar Simon Malesys
Browse files

Fix the display of the filter chips in case of long values with spaces

parent b8c0eb26
No related branches found
No related tags found
1 merge request!10New download system
Pipeline #145982 passed
......@@ -317,6 +317,7 @@ function removeFilter(filterChip: FilterChip): void {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.filter-chip .remove-button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment