Skip to content

Commit 8975ae6

Browse files
committed
Tweak column sizes for smaller devices
1 parent a50f1e2 commit 8975ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/tenant/standards/BestPracticeAnalyser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const BestPracticeAnalyser = () => {
274274
<>
275275
<CRow>
276276
{graphrequest.data.Columns.map((info, idx) => (
277-
<CCol sm={10} md={4} className="mb-3">
277+
<CCol md={12} xl={4} className="mb-3">
278278
<CCard className="h-100">
279279
<CCardHeader>
280280
<CCardTitle>{info.name}</CCardTitle>

0 commit comments

Comments
 (0)