SSO: fix table style

This commit is contained in:
Viktor Fomin 2022-08-05 01:43:23 +03:00
parent db75f31e28
commit a254ced4c3

View File

@ -3,7 +3,7 @@ import styled from "styled-components";
const StyledCertificatesTable = styled.div`
width: 100%;
max-width: 600px;
margin-top: -13px;
margin-top: 12px;
margin-bottom: 16px;
.header {