Fixed homepage responsivness on Chromium webkit browsers
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user