Elements: fix table row height

This commit is contained in:
Chika 2022-01-17 12:48:03 +03:00
parent 93cb40d290
commit df1c732521

View File

@ -43,11 +43,7 @@ const TableStyles = styled(Box)`
th,
td {
// ${mq.laptop`
// width: 25% !important;
// `}
position: relative;
// overflow-wrap: break-word;
text-overflow: ellipsis;
overflow: hidden;
border-bottom: 1px solid ${colors.WHITE[50]};
@ -55,7 +51,7 @@ const TableStyles = styled(Box)`
td {
padding: 10px 16px;
& :first-child {
> * {
margin: 0;
}
}