From ab32f0cf829d90527180fa4d639de131a289641a Mon Sep 17 00:00:00 2001
From: outfoxxed <outfoxxed@outfoxxed.me>
Date: Wed, 29 Jan 2025 18:24:29 -0800
Subject: [PATCH] fix guide page layout breaking on mobile chromium

It can't break links in a useful way.
---
 src/styles/docs/docs.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/styles/docs/docs.css b/src/styles/docs/docs.css
index d60c908..2980e01 100644
--- a/src/styles/docs/docs.css
+++ b/src/styles/docs/docs.css
@@ -17,6 +17,7 @@
 
 .docslayout-inner {
   flex-grow: 1;
+  overflow-wrap: anywhere;
 }
 
 .docs {