Closed aymendirar closed 4 months ago
not sure how happy i am with this yet.
i don't think we need word break ever on the entry or ready column. we can also replace "ready" with a cd emoji to make it thinner.
i think for rules in general i would prefer
.entry-table-rule, .rule-list {
hyphens: auto;
}
Not sure what to do with the listener column though. those won't hyphenate nicely because they are names, so we probably want to set a (generous) max width on the column and then do the word break.
I think if we just do the hyphens for now we can come back to the listener column.