Skip to content

Commit

Permalink
Merge pull request #468 from AuScope/AUS-4301
Browse files Browse the repository at this point in the history
AUS-4301 Clip long report names in popup dropdown
  • Loading branch information
laughing0li authored Dec 12, 2024
2 parents 805edbb + ae84c72 commit 942f33b
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 942f33b

Please sign in to comment.