diff --git a/src/App.css b/src/App.css index ded98d1..edd604b 100644 --- a/src/App.css +++ b/src/App.css @@ -1354,14 +1354,15 @@ } .proposal-row__meta-line { - display: flex; - flex-wrap: wrap; - gap: 6px 8px; + display: grid; + gap: 4px; font-size: 0.84rem; } -.proposal-row__meta-separator { - color: rgba(44, 74, 117, 0.28); +.proposal-row__sponsor, +.proposal-row__created { + display: block; + line-height: 1.3; } .proposal-row__metric { @@ -2468,6 +2469,7 @@ taller if the label wraps. */ .proposal-row__status .status-chip { max-width: 100%; + justify-content: center; white-space: normal; overflow-wrap: anywhere; word-break: break-word; @@ -4818,4 +4820,3 @@ flex: 1 1 auto; } } - diff --git a/src/pages/Governance.js b/src/pages/Governance.js index c7bae33..9f22079 100644 --- a/src/pages/Governance.js +++ b/src/pages/Governance.js @@ -22,7 +22,6 @@ import { formatDateFromEpoch, formatNumber, formatPercent, - formatShortDate, formatUtcTime, getProposalDurationMonths, parseNumber, @@ -125,7 +124,7 @@ function ProposalRow({ ); const proposalTitle = proposal.title || proposal.name; - const statusLabel = passing ? 'Passing' : 'Not enough votes'; + const statusLabel = passing ? 'Passing' : 'Not Enough Votes'; async function copyCommand(direction) { try { @@ -238,10 +237,9 @@ function ProposalRow({
Syscoin Governance
-See what is up for vote, how much has been requested, when voting closes, and when the next superblock lands.
@@ -592,7 +590,7 @@ export default function Governance() {Vote in one click.{' '} Log in and import your - sentry node voting keys on the{' '} - Account page to vote + Sentry Node voting keys on the{' '} + Account Page to vote without leaving the browser — no CLI needed.