UX: Correct padding and height for sidebar section message (#18410)
Follow-up to f1cbc23f1e
This commit is contained in:
parent
3ec1808d75
commit
4c2525adc6
|
@ -113,11 +113,12 @@
|
|||
.sidebar-section-message-wrapper {
|
||||
display: flex;
|
||||
padding-top: 0;
|
||||
height: initial;
|
||||
}
|
||||
|
||||
.sidebar-section-message {
|
||||
color: var(--primary);
|
||||
padding-left: 1.4em;
|
||||
padding-left: calc(var(--d-sidebar-section-link-prefix-width) + var(--d-sidebar-section-link-prefix-margin-right));
|
||||
}
|
||||
|
||||
.sidebar-section-content {
|
||||
|
|
Loading…
Reference in New Issue