Fix table last column not being displayed (#2417)

This commit is contained in:
Charles Bochet 2023-11-09 19:06:14 +01:00 committed by GitHub
parent b28ff9c97e
commit 5622f42e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,6 @@ const StyledTable = styled.table`
border-left-color: transparent;
border-right-color: transparent;
}
:last-of-type {
width: 100%;
}
}
td {