Skip to content

Commit caf384f

Browse files
committed
Fix wrapping issue on clipboard page
1 parent 8a38423 commit caf384f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/apps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ impl App {
175175
Text::new(self.display_name)
176176
.font(theme.font())
177177
.size(16)
178-
.wrapping(Wrapping::WordOrGlyph)
178+
.wrapping(Wrapping::None)
179179
.color(theme.text_color(1.0)),
180180
)
181181
.push(

0 commit comments

Comments
 (0)