// (un)truncate text helper

@mixin untruncate {

    max-width: none; overflow: visible; text-overflow: clip; white-space: normal;

}
