Elements: fix table row height
This commit is contained in:
parent
93cb40d290
commit
df1c732521
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user