Fix: #5001 Don't wrap URLs
parent
b1c34b5dac
commit
b92a26be36
|
@ -28,6 +28,8 @@ html,
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
a img {
|
a img {
|
||||||
border: 0
|
border: 0
|
||||||
|
|
Loading…
Reference in New Issue