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; + + } }