prevents rkp to collapse when charactersheet is sized smaller in width

main
macniel 2026-03-12 18:47:59 +01:00
parent 759640c49b
commit 3956cab508
1 changed files with 5 additions and 0 deletions

View File

@ -38,9 +38,14 @@
} }
.rkp { .rkp {
overflow: hidden;
padding-bottom: 6px;
text-wrap: nowrap;
.pill { .pill {
@include buttons.pill-button; @include buttons.pill-button;
} }
} }