.button, a, button { margin-bottom: 1ch; margin-right: 1ch; } a { max-width: 20em; @extend .truncate; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }