mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
a should always have white space pre-wrap stops caret walking in chrome on them
This commit is contained in:
parent
4e0353b3ef
commit
56dbad41ad
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ span { cursor: auto; }
|
||||||
background: #acf;
|
background: #acf;
|
||||||
}
|
}
|
||||||
|
|
||||||
a { cursor: pointer !important; }
|
a {
|
||||||
|
cursor: pointer !important;
|
||||||
|
white-space:pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
ul, ol, li {
|
ul, ol, li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue