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:
lilia 2016-08-24 16:19:24 -07:00
parent b330b80484
commit 3aa72d2244
5 changed files with 18 additions and 10 deletions

View file

@ -14,6 +14,7 @@
flex-grow: 1;
width: 100%;
resize: none;
min-height: 100px;
}
}
}