Skip to content

How to modify the hero-name width, so that longer names are not splitted #3381

Answered by brc-dd
lazarusA asked this question in Q&A
Discussion options

You must be logged in to vote

You can change that stuff directly from css. Something like this should work:

.VPHero .clip {
  white-space: pre;
  font-size: ...;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lazarusA
Comment options

Answer selected by lazarusA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants