mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
help-beta: Add more spacing b/w ordered list steps.
We should ideally be having this styling on class, but there is no default class for li elements inside an ol. Maybe the best thing here is to attach classes at different places if possible once have some spare time after the important post cutover issues are done.
This commit is contained in:
committed by
Tim Abbott
parent
c32fd16dcb
commit
66c477f6df
@@ -216,6 +216,11 @@
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
ol > li {
|
||||
/* Original value was 1px which made the steps feel too tight. */
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
& .sl-heading-wrapper:has(> :first-child:target) {
|
||||
/* Increase the highlighted space around the text... */
|
||||
/* We are trying to recreate `padding: 6px 0 6px 8px` below
|
||||
|
||||
Reference in New Issue
Block a user