mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
Make orchestrator window less wide
This commit is contained in:
parent
77d970a626
commit
5774d69ffc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user