From 6bcbe1b702c4a223e4bfe146e384d1ea5ddbf1f1 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Fri, 12 Sep 2014 18:16:29 -0700 Subject: [PATCH] Fix line height --- client/css/style.css | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 530d40aa..102f7f99 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -378,7 +378,7 @@ button { } #windows .header { border-bottom: 1px solid #e7e7e7; - line-height: 50px; + line-height: 50px !important; height: 48px; padding: 0 20px; } diff --git a/package.json b/package.json index 0d0ed7dd..58fde6bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "A web IRC client", - "version": "0.26.0", + "version": "0.26.1", "author": "Mattias Erming", "preferGlobal": true, "bin": {