collapsing new line breaks? giving the
<br>
element a display block usually does that
This would require touching the mfm component again which I would rather avoid for such a small improvement
Also wondering if the amount of lines shown could be increased
This is something I would rather also want to avoid due to the fact that the user stuff already gets way too long depending on how many fields someone has when they get added a good example is the popup where yours is very lengthy due to them.
Created by: Amelia
This would require touching the mfm component again which I would rather avoid for such a small improvement
You could probably just do something like :deep(br)
from the user card component https://vuejs.org/api/sfc-css-features.html#deep-selectors
Created by: Amelia
This is something I would rather also want to avoid due to the fact that the user stuff already gets way too long depending on how many fields someone has when they get added a good example is the popup where yours is very lengthy due to them.