We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3135190 commit 496bc63Copy full SHA for 496bc63
1 file changed
app/static/css/tiny.css
@@ -321,6 +321,10 @@ body.dark-theme .app-header {
321
gap: 1.5rem;
322
}
323
324
+.short-url {
325
+ max-width: 100%;
326
+}
327
+
328
.qr-image {
329
width: 80px;
330
height: 80px;
@@ -341,6 +345,8 @@ body.dark-theme .app-header {
341
345
font-weight: 700;
342
346
color: var(--text-primary);
343
347
text-decoration: none;
348
+ word-break: break-all;
349
+ overflow-wrap: anywhere;
344
350
351
352
.result-actions {
0 commit comments