Adjust header styles

This commit is contained in:
jeffvli 2023-01-02 18:17:06 -08:00
parent 6490118741
commit 0baa6f4488
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,6 @@
import { css } from 'styled-components';
export const textEllipsis = css`
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
`;