Files
DiceCloud/rpg-docs/client/views/characterList/characterSideList.css
2017-01-16 13:48:18 +02:00

10 lines
134 B
CSS

/*
prevent character names from wrapping
*/
.character-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}