Fix: #5001 Don't wrap URLs

This commit is contained in:
KSSaiTeja 2023-08-27 21:24:24 +05:30
parent b1c34b5dac
commit b92a26be36

View file

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