Skip to content

Commit 496bc63

Browse files
[RTY-260041]:
1 parent 3135190 commit 496bc63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/static/css/tiny.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ body.dark-theme .app-header {
321321
gap: 1.5rem;
322322
}
323323

324+
.short-url {
325+
max-width: 100%;
326+
}
327+
324328
.qr-image {
325329
width: 80px;
326330
height: 80px;
@@ -341,6 +345,8 @@ body.dark-theme .app-header {
341345
font-weight: 700;
342346
color: var(--text-primary);
343347
text-decoration: none;
348+
word-break: break-all;
349+
overflow-wrap: anywhere;
344350
}
345351

346352
.result-actions {

0 commit comments

Comments
 (0)