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