Skip to content

Commit 922ff67

Browse files
Add vertical alignment to table cell text. (#555)
1 parent d3d195a commit 922ff67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/EllipsisContent/EllipsisContent.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const EllipsisContainer = styled.div`
1212
display: inline-block;
1313
white-space: nowrap;
1414
text-overflow: ellipsis;
15+
vertical-align: text-bottom;
1516
overflow: hidden;
1617
justify-content: flex-start;
1718
width: 100%;

0 commit comments

Comments
 (0)