The IDs of senses are wrapping around after the -. The IDs of forms don't and that looks better:
Screenshot from https://www.wikidata.org/wiki/Lexeme:L21966
Also these two elements have very different CSS, which is strange:
.wikibase-lexeme-sense-id {
padding: 5px 0;
flex-basis: 3.75em;
flex-shrink: 0;
}vs
.wikibase-lexeme-form-id {
font-size: 1em;
min-width: 2.5em;
margin-right: 1.25em;
}Shouldn't sense headers and form headers be styled very similarly?
Acceptance criteria:
- Sense IDs do not wrap

