From 26235fa3d1a0be3ac794eade7530050ffc8c19d4 Mon Sep 17 00:00:00 2001 From: Micho Date: Wed, 22 May 2013 23:09:10 +0200 Subject: [PATCH] fixing label height --- clients/anim/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/anim/index.html b/clients/anim/index.html index 858b398..09cd3e6 100644 --- a/clients/anim/index.html +++ b/clients/anim/index.html @@ -33,8 +33,9 @@ .label { color: #296780; font-size: 11px; + line-height: 12px; width: 140px; - height: 24px; + height: 22px; padding: 3px; overflow: hidden; word-wrap: break-word;