mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 17:25:10 +03:00
Fix table last column not being displayed (#2417)
This commit is contained in:
parent
b28ff9c97e
commit
5622f42e7a
@ -41,9 +41,6 @@ const StyledTable = styled.table`
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
:last-of-type {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
|
Loading…
Reference in New Issue
Block a user