From 2380f01e31f96fe32ef946ddc60a1277a905d3e9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 8 Jan 2019 13:22:27 -0800 Subject: [PATCH] Ensure that too-wide messages don't overflow in small breakpoint --- stylesheets/_modules.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c9c9bc3d3..d0940e9eb 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -2576,6 +2576,11 @@ display: none; } +// To limit messages with things forcing them wider, like long attachment names +.module-message { + max-width: 300px; +} + /* Spec: container > 438px and container < 593px*/ @media (min-width: 800px) and (max-width: 925px) { .module-message {