From e52c7a3e2c8ce859dc3b265abd1947a1ea8ab63a Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 25 Jan 2015 12:08:25 -1000 Subject: [PATCH] Remove stubborn width calculation It's making my typeahead contact details wrap onto the next line and doesn't seem to be adding much value. --- stylesheets/index.scss | 1 - stylesheets/manifest.css | 1 - 2 files changed, 2 deletions(-) diff --git a/stylesheets/index.scss b/stylesheets/index.scss index 5d8aef1c..c0c9faf4 100644 --- a/stylesheets/index.scss +++ b/stylesheets/index.scss @@ -66,7 +66,6 @@ .contact-details { vertical-align: top; display: inline-block; - width: calc(100% - 54px - 2 * 12px - 8px); margin: 4px 0 0 8px; } diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 979cd625..3380b767 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -46,7 +46,6 @@ .index .contact-details { vertical-align: top; display: inline-block; - width: calc(100% - 54px - 2 * 12px - 8px); margin: 4px 0 0 8px; } .index .contact-name { margin: 0;