fix css details
This commit is contained in:
parent
ceb81580af
commit
5237f3ff6a
2 changed files with 4 additions and 3 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__tx-time {
|
&__tx-time {
|
||||||
|
white-space: nowrap;
|
||||||
color: $v-light-gray;
|
color: $v-light-gray;
|
||||||
font-size: 12.5px;
|
font-size: 12.5px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="item single-line" ng-show="tx.message">
|
<div class="item single-line" ng-show="tx.message">
|
||||||
<span class="label" translate>Memo</span>
|
<span class="label" translate>Memo</span>
|
||||||
<span class="item-note">
|
<span class="m15l item-note">
|
||||||
{{tx.message}}
|
{{tx.message}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue