diff --git a/admin/src/components/ProposalDetail/index.less b/admin/src/components/ProposalDetail/index.less index 17b9009e..63ec023e 100644 --- a/admin/src/components/ProposalDetail/index.less +++ b/admin/src/components/ProposalDetail/index.less @@ -26,11 +26,6 @@ .ant-alert, .ant-collapse { margin-bottom: 16px; - - button { - margin-right: 0.5rem; - margin-bottom: 0.25rem; - } } &-popover { @@ -47,4 +42,9 @@ white-space: inherit; } } + + &-review { + margin-right: 0.5rem; + margin-bottom: 0.25rem; + } } diff --git a/admin/src/components/ProposalDetail/index.tsx b/admin/src/components/ProposalDetail/index.tsx index 747144bd..8db30ea3 100644 --- a/admin/src/components/ProposalDetail/index.tsx +++ b/admin/src/components/ProposalDetail/index.tsx @@ -144,6 +144,7 @@ class ProposalDetailNaked extends React.Component {

Please review this proposal and render your judgment.