Skip to content

Commit ca9ea0e

Browse files
author
Lucas Araujo
committed
[DDW-923] Review: Change margin
1 parent 0af0933 commit ca9ea0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/renderer/app/components/staking/stake-pools/StakePoolsTable.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,15 @@
9494

9595
.table {
9696
border-style: hidden;
97+
margin-bottom: -10px;
9798
user-select: text;
9899
width: 100%;
99100

100101
.thead {
101102
background: var(--theme-bordered-box-background-color);
102103
border-radius: 4px 4px 0 0;
103104
display: block;
104-
margin: -20px -20px 0;
105+
margin: -10px -20px 0;
105106
padding: 0 20px;
106107
position: sticky;
107108
top: 0;

0 commit comments

Comments
 (0)