Skip to content

Commit

Permalink
fix(ui): Remove ant less imports (#10988)
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz authored Jul 25, 2024
1 parent 725df58 commit 66f8930
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../../../node_modules/antd/dist/antd.less';

.joinName {
width: 385px;
height: 24px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../../../../../node_modules/antd/dist/antd.less';

.CreateERModelRelationModal {
.ermodelrelation-name {
padding: 8px 16px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../../../../../node_modules/antd/dist/antd.less';

.ERModelRelationPreview {
.preview-main-div {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../../../../../node_modules/antd/dist/antd.less';

.RelationshipsTab {
.add-btn-link {
height: 56px !important;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../../../../node_modules/antd/dist/antd.less';

.ERModelRelationTab {
.add-btn-link {
padding-left: 1155px !important;
Expand Down

0 comments on commit 66f8930

Please sign in to comment.