Merge pull request #143 from SigNoz/test-dropdown-fix

fix: add dark and compact theme css to index.css
This commit is contained in:
Ankit Nayan 2021-06-01 11:37:29 +05:30 committed by GitHub
commit 47cf1eebf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
@import "~antd/dist/antd.dark.css";
@import "~antd/dist/antd.compact.css";
.ant-space-item {
margin-right: 0 !important;
}