pal-sig d825fc2f30
fix: Antd tab issue (#507)
* fix(CSS): antd css tab issue is resolved

* removing redudant css
2021-12-24 11:41:45 +05:30

16 lines
186 B
CSS

.row-styles {
cursor: pointer;
}
.hide {
display: none;
}
/* .ant-tabs-nav-list {
justify-content: space-between;
width: 100%;
} */
.ant-table-body table {
margin-bottom: 64px;
}