prevents rkp to collapse when charactersheet is sized smaller in width
parent
759640c49b
commit
3956cab508
|
|
@ -38,9 +38,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rkp {
|
.rkp {
|
||||||
|
overflow: hidden;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
text-wrap: nowrap;
|
||||||
|
|
||||||
.pill {
|
.pill {
|
||||||
@include buttons.pill-button;
|
@include buttons.pill-button;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue