diff --git a/client/src/components/settings/certification.css b/client/src/components/settings/certification.css index d7683b438f8..64f4a297a27 100644 --- a/client/src/components/settings/certification.css +++ b/client/src/components/settings/certification.css @@ -1,3 +1,8 @@ +.certification-settings table { + display: table; + width: 100%; +} + .certification-settings tr { height: 57px; }