1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix styling regression from master merge.

This commit is contained in:
Dan 2018-03-20 13:28:59 -02:30
parent 36b371283c
commit 49e3ada382

View File

@ -170,6 +170,7 @@
@media screen and (max-width: 379px) { @media screen and (max-width: 379px) {
margin-left: 0px; margin-left: 0px;
text-align: center;
} }
} }
@ -244,7 +245,6 @@
} }
.tx-list-item { .tx-list-item {
height: 80px;
border-top: 1px solid rgb(231, 231, 231); border-top: 1px solid rgb(231, 231, 231);
flex: 0 0 auto; flex: 0 0 auto;
display: flex; display: flex;