From 73c341f02d28a8ac2619b1f442d44295b48f2f7a Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Mon, 21 Aug 2023 17:28:33 +0100 Subject: [PATCH] Fix regression in layout of mobile expand icon Bug: T344548 Change-Id: I0af27071419d4b0b993746d891051a742b239efb --- modules/dt.init.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/dt.init.less b/modules/dt.init.less index 5349b58af..afaa34a7d 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -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 {