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;
|
||||
}
|
||||
|
||||
a { cursor: pointer !important; }
|
||||
a {
|
||||
cursor: pointer !important;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
|
||||
ul, ol, li {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue