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:
Sam Cheng Hung 2018-03-22 11:50:26 +09:00
commit 7b26261512
7 changed files with 498 additions and 366 deletions

View file

@ -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;
}
}
}