Fix inconsistent bullet indentation in changelog admonitions.
PiperOrigin-RevId: 965935062 Change-Id: I9f99ce00571d0062496383e345212beea914d52b
This commit is contained in:
committed by
Copybara-Service
parent
c232938233
commit
3c823c5470
@@ -393,8 +393,11 @@ dt .at {
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
/* Align admonition bullets with section-level bullets */
|
||||
.admonition ul {
|
||||
/* Align admonition bullets with section-level bullets. The margin is set here
|
||||
rather than inherited from ul.simple, which docutils drops from any list
|
||||
holding a multi-paragraph item. */
|
||||
.admonition > ul {
|
||||
margin-left: 24px;
|
||||
padding-left: 0.1em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user