From 12a70dd1f45cca884a8267458564ae18caf05417 Mon Sep 17 00:00:00 2001 From: leno23 <39647285+leno23@users.noreply.github.com> Date: Wed, 18 Mar 2026 03:39:53 -0400 Subject: [PATCH] fix: prevent wrapping in uwu mode footer links --- src/styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/index.css b/src/styles/index.css index 7bdf4c76590..8f0b990220f 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -746,10 +746,14 @@ ol.mdx-illustration-block { } .uwu-hidden { display: flex; + flex-wrap: nowrap; + white-space: nowrap; } .uwu .uwu-visible { display: flex; + flex-wrap: nowrap; + white-space: nowrap; } .uwu .uwu-hidden {