From 3aa72d2244962972cda7ad3f410ceeb64aed68e4 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 24 Aug 2016 16:19:24 -0700 Subject: [PATCH] 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 --- background.html | 2 +- js/views/inbox_view.js | 6 +++--- stylesheets/_debugLog.scss | 1 + stylesheets/_global.scss | 8 ++++++-- stylesheets/manifest.css | 11 +++++++---- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/background.html b/background.html index 5bd1fb5b5..acfa63679 100644 --- a/background.html +++ b/background.html @@ -10,7 +10,7 @@