From 6ec52a9cbc0b463805b632ef13d3673831fad64f Mon Sep 17 00:00:00 2001 From: Saptak Sengupta Date: Mon, 12 Oct 2015 17:25:00 +0530 Subject: [PATCH] Line height for labels corrected --- static/css/gdg.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/gdg.css b/static/css/gdg.css index 1297442..c671606 100644 --- a/static/css/gdg.css +++ b/static/css/gdg.css @@ -47,6 +47,7 @@ text-decoration: underline; } #news-feed .label { + line-height: 2.2; margin: 0 6px 0 0; vertical-align: top; border: 1px solid rgb(203, 203, 203); @@ -110,4 +111,4 @@ body { } .sponsor { padding: 20px; -} \ No newline at end of file +}