Skip to content
Snippets Groups Projects
Commit 9bf47f06 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'numbered-list-rendering-in-comments-cuts-off' into 'master'

Makes ol margin big enough for 3 digits.

Fixes #7960 

![Screen_Shot_2016-01-25_at_11.20.03_PM](/uploads/73c4b9e939fe108fb3b8221e16e686bd/Screen_Shot_2016-01-25_at_11.20.03_PM.png)


See merge request !2608
parents 6748520d 9b7dd5a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -115,7 +115,7 @@
 
ul, ol {
padding: 0;
margin: 6px 0 6px 18px !important;
margin: 6px 0 6px 28px !important;
}
 
li {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment