fix: contract terms details with fullfilment url

This commit is contained in:
Sebastian 2023-01-19 09:38:13 -03:00
parent 0a439461e9
commit 928fe2d019
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -42,6 +42,7 @@ const ContractTermsTable = styled.table`
}
& > tr > td:nth-child(2n) {
text-align: right;
overflow-wrap: anywhere;
}
& > tr:nth-child(2n) {
background: #ebebeb;