a should always have white space pre-wrap stops caret walking in chrome on them

This commit is contained in:
John McLear 2015-03-04 17:46:49 +00:00
parent 4e0353b3ef
commit 56dbad41ad

View file

@ -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;