FIX: add clearfix back for admin contents (#17278)

This commit is contained in:
Kris 2022-06-29 10:17:01 -04:00 committed by GitHub
parent 657256a099
commit f44eb13236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,15 @@ $mobile-breakpoint: 700px;
margin: 0 15px 0 -10px;
}
}
.row:before,
.row:after {
display: table;
content: "";
}
.row:after {
clear: both;
}
}
.admin-contents table {