Skip to content

Commit

Permalink
Merge pull request #6524 from OCHA-DAP/bugfix/resource-name-overlappi…
Browse files Browse the repository at this point in the history
…ng-download-button

PR: reduce resource name size to avoid overlapping the download button
  • Loading branch information
danmihaila authored Jan 24, 2025
2 parents f9b8fda + 65771c4 commit f6f0450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
display: flex;
}
.resource-item .heading .resource-name {
max-width: 400px;
max-width: 390px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.heading {
display: flex;
.resource-name {
max-width: 400px;
max-width: 390px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit f6f0450

Please sign in to comment.