Fix: #5001 Don't wrap URLs (#5887)

This commit is contained in:
Kalepu Satya Sai Teja 2024-02-11 15:52:17 +05:30 committed by GitHub
parent d569940990
commit 726cef8492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,8 @@ html,
}
a {
color: inherit;
overflow-x: auto;
white-space: nowrap;
}
a img {
border: 0