Merge pull request #61 from gabrielbazan7/fix/cssdetails

fix css details
This commit is contained in:
Javier Donadío 2017-04-20 12:42:21 -03:00 committed by GitHub
commit 841f2c7597
2 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@
}
}
&__tx-time {
white-space: nowrap;
color: $v-light-gray;
font-size: 12.5px;
}

View File

@ -93,7 +93,7 @@
</div>
<div class="item single-line" ng-show="tx.message">
<span class="label" translate>Memo</span>
<span class="item-note">
<span class="m15l item-note">
{{tx.message}}
</span>
</div>