Skip to content

Commit

Permalink
Merge pull request #1359 from FlowFuse/1358-ui-text-node-does-not-ren…
Browse files Browse the repository at this point in the history
…der-text-correctly-from-payloads

Fixed ui-text label cropping out on larger font sizes
  • Loading branch information
joepavitt authored Oct 4, 2024
2 parents a0a8fde + b2da779 commit 6bdeaaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/widgets/ui-text/UIText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ export default {
flex-wrap: wrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: initial;
}
.nrdb-ui-text-value {
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: initial;
}
/* Layouts */
Expand Down

0 comments on commit 6bdeaaa

Please sign in to comment.