import { css } from "@emotion/css"; export const textTruncate = css` overflow: hidden; overflow: -moz-hidden-unscrollable; text-overflow: ellipsis; white-space: nowrap; `;