Web:Components:Fix the style of the table header.

This commit is contained in:
Vlada Gazizova 2021-12-24 15:17:33 +03:00
parent d7faf84a44
commit 50cb570eff

View File

@ -34,16 +34,15 @@ const StyledTableContainer = styled.div`
.table-container_group-menu,
.table-container_header {
padding: 0 24px;
margin: 0 -24px;
border-bottom: 1px solid;
border-image-slice: 1;
border-image-source: linear-gradient(
to right,
#ffffff 24px,
#eceef1 24px,
#eceef1 calc(100% - 24px),
#ffffff calc(100% - 24px)
#ffffff 21px,
#eceef1 21px,
#eceef1 calc(100% - 31px),
#ffffff calc(100% - 31px)
);
border-top: 0;
}