diff --git a/src/components/Account/Account.scss b/src/components/Account/Account.scss index b50d71fa0..18788435d 100644 --- a/src/components/Account/Account.scss +++ b/src/components/Account/Account.scss @@ -357,12 +357,6 @@ input { margin-top: 30px; } -@media only screen and (max-width: 1430px) { - a.historyView { - width: 60%; - } -} - @media only screen and (max-width: 1280px) { a.historyView { width: 55px; diff --git a/src/components/Proposal/ProposalHistoryRow.scss b/src/components/Proposal/ProposalHistoryRow.scss index df939efca..9cbb34e0b 100644 --- a/src/components/Proposal/ProposalHistoryRow.scss +++ b/src/components/Proposal/ProposalHistoryRow.scss @@ -12,11 +12,17 @@ .proposalCreator { width: auto; - min-width: 105px; + min-width: 145px; padding-left: 7px; cursor: default; } +@media only screen and (max-width: 1280px) { + .proposalCreator { + min-width: 105px; + } +} + .endDate { color: $gray-1; }