Fix regression in layout of mobile expand icon

Bug: T344548
Change-Id: I0af27071419d4b0b993746d891051a742b239efb
This commit is contained in:
Ed Sanders 2023-08-21 17:28:33 +01:00
parent 65fdd99dd0
commit 73c341f02d

View file

@ -467,6 +467,13 @@ h1, h2, h3, h4, h5, h6 {
font-size: 0.875em;
}
// stylelint-disable-next-line selector-class-pattern
> .indicator {
// The indicator lives inside the h2 on normal pages, so expects
// to have the same base font size as the heading.
font-size: 1.5em;
}
// stylelint-disable-next-line selector-class-pattern
> .indicator,
&-ellipsisButton {