From 944b538e9224049318719e3e3c82fba212b0b8e3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 25 Sep 2012 17:38:14 +0000 Subject: [PATCH] fixed not working fixed height of date rows aka stop end and finished date to move up --- infolog/templates/default/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/templates/default/app.css b/infolog/templates/default/app.css index 9d1807cc84..3bb2e15d1d 100644 --- a/infolog/templates/default/app.css +++ b/infolog/templates/default/app.css @@ -14,7 +14,7 @@ .planned { font-style:italic; } table.fullWidth { width: 100%; } td.infoId:before { content:"#" } -.fixedHeight { line-height: 12px; } +.fixedHeight { height: 12px; } .noWrap { white-space: nowrap; } .user_filter select { width: 100px; } .inputFullWidth input { width: 100%; }