From 16fe7382d985d501c07ebda98ff6801db19f020c Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Sun, 5 Nov 2017 18:49:55 -0800 Subject: [PATCH] Fixing sizing below story tags. --- clients/ios/static/storyDetailView.css | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/ios/static/storyDetailView.css b/clients/ios/static/storyDetailView.css index 8de13c29a..695fc41a5 100644 --- a/clients/ios/static/storyDetailView.css +++ b/clients/ios/static/storyDetailView.css @@ -318,6 +318,7 @@ body.NB-iphone { overflow: hidden; padding: .7em 2px .2em 0; line-height: 1.2em; + margin-bottom: -12px; /* height: 1.8em;*/ }