Fix dark block for tx details with empty 2nd row (#1880)
This commit is contained in:
parent
4b089f3490
commit
47762701e1
|
@ -305,7 +305,7 @@ export const TxDetailsContainer = styled(WillBeReplaced)`
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-auto-rows: minmax(min-content, max-content);
|
grid-auto-rows: minmax(min-content, max-content);
|
||||||
grid-template-rows: [tx-summary] minmax(min-content, max-content) [tx-details] minmax(100px, 1fr);
|
grid-template-rows: [tx-summary] minmax(min-content, max-content) [tx-details] minmax(min-content, 1fr);
|
||||||
row-gap: 2px;
|
row-gap: 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue