From ba245ca098298dc4703e86bddc344d51667d87f4 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 14 Oct 2014 17:00:54 -0400 Subject: [PATCH] UX: On mobile add a max width for really long forum names --- app/assets/stylesheets/mobile/header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 2f459985066..328306d6977 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -74,3 +74,7 @@ .search-link .topic-statuses .topic-status i { font-size: 14px; } + +.d-header h2 { + max-width: 150px; +}