Skip to content

Commit

Permalink
Merge pull request #601 from subquery/fix/do-delegation
Browse files Browse the repository at this point in the history
fix: line-height on select in prod
  • Loading branch information
HuberTRoy authored Nov 22, 2023
2 parents 7638b63 + 8e305eb commit caecbc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/delegator/DoDelegate/DoDelegate.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
.ant-select-selection-search-input.ant-select-selection-search-input.ant-select-selection-search-input.ant-select-selection-search-input {
margin-top: 7px;
}

.ant-space {
line-height: 1;
}
}
}

Expand Down

0 comments on commit caecbc5

Please sign in to comment.