Skip to content

Commit

Permalink
Merge pull request #1438 from nextstrain/fix/web-dataset-name-scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored Apr 23, 2024
2 parents b3c410d + 59c9b3f commit 18ee87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextclade-web/src/components/Main/DatasetInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const FlexRight = styled.div`
export const DatasetName = styled.h4`
margin-bottom: 0;
font-weight: bold;
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
`
Expand Down

0 comments on commit 18ee87c

Please sign in to comment.