mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-22 07:16:13 +01:00
7febd3ff5c
This kinda resolves the issue but not in a very graceful way. It means any numbered items > 99 will still be cropped. The problem is due to no padding/margin and then needing to specify margin. you can replicate this bug with ``` <body style="padding:0; margin:0"> <style type="text/css"> li:nth-child(n+10){ margin-left:1.6em; } </style> <ol style="list-style-type: decimal;margin-left:1.5em;padding:0;"> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> <li> 1 </li> </ol> </body> ``` |
||
---|---|---|
.. | ||
admin.css | ||
iframe_editor.css | ||
pad.css | ||
timeslider.css |