fix wrap style

This commit is contained in:
srgooglo 2022-03-15 19:13:26 +01:00
parent 14c036862d
commit aa48ae1a78

View File

@ -124,9 +124,12 @@
position: relative; position: relative;
z-index: 55; z-index: 55;
.ant-tabs-nav-wrap {
justify-content: flex-end;
}
.ant-tabs-nav { .ant-tabs-nav {
margin: 0 20px 20px 0; margin: 0 20px 20px 0;
justify-content: flex-end;
} }
.ant-tabs-nav::before { .ant-tabs-nav::before {