From eb899e93e0d560e6df99062f17dc9ef9245bb700 Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:20:25 +0900 Subject: [PATCH] fix text wrap --- wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 c6e739ab9..93c196abb 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 @@ -171,6 +171,10 @@ body.sensei { display: block; opacity: 1; position: unset; + + @media (max-width: 460px) { + width: 47%; + } } .wporg-learn-facilitator-notes-label {