Skip to content

Commit 3c227f1

Browse files
committed
Add break word to improve word breaking
1 parent b351e4d commit 3c227f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sidepanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class ArgoViewer extends LitElement {
122122
font-size: 14px;
123123
font-weight: 500;
124124
color: #000;
125+
word-wrap: break-word;
125126
word-break: break-all;
126127
}
127128

0 commit comments

Comments
 (0)