Skip to content

Commit 2b86b7f

Browse files
committed
css
1 parent 513c717 commit 2b86b7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/app.global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
line-height: 1em !important;
1212
}
1313

14+
th.clipboard {
15+
width: 20px;
16+
}
17+
1418
th.hash {
1519
width: 190px;
1620
}

app/components/Utxo/UtxosTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const UtxosTable = ({ controls, account, utxos }) => {
7474
<table className="table table-sm table-hover">
7575
<thead>
7676
<tr>
77-
<th scope="col"/>
77+
<th scope="col" className='clipboard'/>
7878
{account && <th scope="col" className='account'>
7979
<a onClick={() => handleSetSort('account')}>
8080
Account {renderSort('account')}

0 commit comments

Comments
 (0)