We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d195a commit 922ff67Copy full SHA for 922ff67
src/components/EllipsisContent/EllipsisContent.tsx
@@ -12,6 +12,7 @@ const EllipsisContainer = styled.div`
12
display: inline-block;
13
white-space: nowrap;
14
text-overflow: ellipsis;
15
+ vertical-align: text-bottom;
16
overflow: hidden;
17
justify-content: flex-start;
18
width: 100%;
0 commit comments