mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
feat: apply new style on side-navigation component
This commit is contained in:
9
inertia/components/common/text_ellipsis.tsx
Normal file
9
inertia/components/common/text_ellipsis.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
const TextEllipsis = styled.p({
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
});
|
||||
|
||||
export default TextEllipsis;
|
||||
Reference in New Issue
Block a user