Skip to content

Commit

Permalink
AUS-4301 Clip long report names in popup dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Dec 12, 2024
1 parent 93d9607 commit ae84c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/modalwindow/querier/querier.modal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
box-shadow: none;
}

.dropdown-item {
max-width: 800px;
overflow: clip;
text-overflow: ellipsis;
}

.datasetName {
padding: 5px;
}
Expand Down

0 comments on commit ae84c72

Please sign in to comment.