Address large font size edge cases
Fix some visual bugs occuring at large font size: * Contact names break onto the next line after their avatars in message detail screen * Settings menu font-size failed to scale * Handle Content overflow in modals. // FREEBIE
This commit is contained in:
parent
b330b80484
commit
3aa72d2244
5 changed files with 18 additions and 10 deletions
|
@ -14,6 +14,7 @@
|
|||
flex-grow: 1;
|
||||
width: 100%;
|
||||
resize: none;
|
||||
min-height: 100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue