mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 00:15:13 -04:00
Fix: #5001 Don't wrap URLs
This commit is contained in:
parent
b1c34b5dac
commit
b92a26be36
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue