Make orchestrator window less wide

This commit is contained in:
Marco van Dijk 2022-04-28 11:39:24 +02:00
parent 77d970a626
commit 5774d69ffc

View File

@ -36,7 +36,7 @@ const OrchDelegatorViewer = (obj) => {
const totalPages = (delegators.length + (itemsPerPage - (delegators.length % itemsPerPage))) / itemsPerPage;
return (
<div className="strokeSmollLeft" style={{ paddingBottom: 0, marginBottom: 0 }}>
<div className="stroke" style={{ paddingBottom: 0, marginBottom: 0 }}>
<div className="row">
<h3>{delegators.length} Current Delegators</h3>
</div>