Update: Fixes memo cut-off, changes memo to textarea, auto-expand based on content length, display memo while transaction is in Receiving state
This commit is contained in:
parent
4c60ba5c81
commit
7b26261512
7 changed files with 498 additions and 366 deletions
|
|
@ -290,4 +290,20 @@
|
|||
font-size: 12px;
|
||||
color: $v-text-accent-color;
|
||||
}
|
||||
/*
|
||||
Helper classes for .label. Will have to relook into the whole CSS structure for potential optimisations.
|
||||
*/
|
||||
.label {
|
||||
&.flex {
|
||||
display: flex;
|
||||
|
||||
textarea {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
}
|
||||
|
||||
&.align-items-center {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue