Fixed homepage responsivness on Chromium webkit browsers

This commit is contained in:
Alicia Sykes
2023-07-18 20:32:56 +01:00
parent 9a5af64d1b
commit 679aab140d
4 changed files with 14 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import Row from 'components/Form/Row';
const cardStyles = `
grid-column: span 2;
span.val { max-width: 32rem; }
span.val { max-width: 32rem !important; }
`;
const TxtRecordCard = (props: {data: any, title: string, actionButtons: any }): JSX.Element => {