Issue #3282598 by Gauravvvv, amit.mall, lalitware, pradhumanjain2311, Wim Leers: Claro should not hardcode decimal list style type for <ol>
(cherry picked from commit 91e3259696
)
merge-requests/7933/head
parent
8e344072b3
commit
584e781ec3
|
@ -203,7 +203,6 @@ ol {
|
|||
margin-block: 0.25em;
|
||||
margin-inline: 2em 0;
|
||||
padding: 0;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -165,7 +165,6 @@ ol {
|
|||
margin-block: 0.25em;
|
||||
margin-inline: 2em 0;
|
||||
padding: 0;
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue