From eacca80a7d45783fd48b9b6788176afd8acc9941 Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 25 Jan 2015 22:13:42 -1000 Subject: [PATCH] Don't let contact details wrap in skinny windows --- stylesheets/index.scss | 2 ++ stylesheets/manifest.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/index.scss b/stylesheets/index.scss index f5f37c1a788a..01f907514cd6 100644 --- a/stylesheets/index.scss +++ b/stylesheets/index.scss @@ -75,6 +75,8 @@ input.new-message { background: white; cursor: pointer; transition: background 0.2s; + white-space: nowrap; + overflow: hidden; &::after { content: ''; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index b6beb9dd8c9c..734553d3f3c5 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -59,7 +59,9 @@ input.new-message { padding: 12px; background: white; cursor: pointer; - transition: background 0.2s; } + transition: background 0.2s; + white-space: nowrap; + overflow: hidden; } .index .contact::after { content: ''; position: absolute;