Skip to content

Commit

Permalink
Merge pull request #314 from helxplatform/fix/tab-padding
Browse files Browse the repository at this point in the history
fix typo in concept modal tab css
  • Loading branch information
hina-shah authored Oct 1, 2024
2 parents ae446fc + dbfdd38 commit 527925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/concept-modal/concept-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
.concept-modal-tabs .ant-menu-title-content > .tab-menu-item-wrapper {
padding-left: 24px;
padding-right: 16;
padding-right: 16px;
}

.concept-modal-body > .ant-space-item:nth-child(2) {
Expand Down

0 comments on commit 527925a

Please sign in to comment.