RichText
{
flex-direction: row;
flex-wrap: wrap;
//> label
//{
// margin-right: 4px;
//}
> *
{
flex-shrink: 0;
white-space: nowrap;
&:not(:first-child)
{
margin-left: 2px;
}
}
// Remove spacing before punctuation
> .punctuation
{
margin-left: 0px;
}
// Remove spacing before single "s" (for times like "5s")
> .suffix-s
{
margin-left: 0px;
}
}