Skip to content

Commit

Permalink
Tweak column sizes for smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Aug 16, 2023
1 parent a50f1e2 commit 8975ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tenant/standards/BestPracticeAnalyser.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const BestPracticeAnalyser = () => {
<>
<CRow>
{graphrequest.data.Columns.map((info, idx) => (
<CCol sm={10} md={4} className="mb-3">
<CCol md={12} xl={4} className="mb-3">
<CCard className="h-100">
<CCardHeader>
<CCardTitle>{info.name}</CCardTitle>
Expand Down

0 comments on commit 8975ae6

Please sign in to comment.