From 3956cab508f225eda220fbec82f855e0bf9ec796 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 12 Mar 2026 18:47:59 +0100 Subject: [PATCH] prevents rkp to collapse when charactersheet is sized smaller in width --- src/style/organisms/_character-sheet.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style/organisms/_character-sheet.scss b/src/style/organisms/_character-sheet.scss index 52e67a4b..9bc2dcf9 100644 --- a/src/style/organisms/_character-sheet.scss +++ b/src/style/organisms/_character-sheet.scss @@ -38,9 +38,14 @@ } .rkp { + overflow: hidden; + padding-bottom: 6px; + text-wrap: nowrap; .pill { @include buttons.pill-button; + + } }