fix private message on tx proposal
This commit is contained in:
parent
4b41915df6
commit
e2f6d52f34
3 changed files with 64 additions and 49 deletions
|
|
@ -279,11 +279,11 @@ a:hover {
|
|||
}
|
||||
|
||||
.last-transactions-header {
|
||||
padding: 1rem 0;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.last-transactions-footer {
|
||||
padding: 1rem 0;
|
||||
padding: 1rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
@ -325,6 +325,12 @@ a:hover {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.last-transactions-header .label, .last-transactions-footer .label {
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
.input-note {
|
||||
margin-top: -10px;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue