Skip to content

Commit

Permalink
Merge pull request #828 from FlowFuse/827-ui-text-cutoff
Browse files Browse the repository at this point in the history
UI Text - Improve rendering of overflowing content
  • Loading branch information
joepavitt authored May 9, 2024
2 parents ad14ef9 + b8e8889 commit d220b04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/widgets/ui-text/UIText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ export default {
gap: 2px;
font-size: 1rem;
font-family: Helvetica;
flex-wrap: wrap;
overflow: hidden;
text-overflow: ellipsis;
}
.nrdb-ui-text-value {
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Layouts */
Expand Down

0 comments on commit d220b04

Please sign in to comment.