From 55d8b14dd984fe1c5a3d123878bd8e36e6c4959e Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:44:02 +0900 Subject: [PATCH] Make label in standalone lesson always show up --- wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss index 24466ddf7..85ffba6c4 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss @@ -864,6 +864,7 @@ body.sensei { .wporg-learn-lesson-facilitator-notes-label { right: calc(150px + var(--wp--preset--spacing--20)); position: absolute; + display: block; } @media (min-width: 783px) {