From b9ff4a5e81c12b22fa730243c5befad8b1ed38bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 2 Feb 2015 12:13:37 +0100 Subject: [PATCH] UX: fix 'revision details' styling in revision history window --- app/assets/stylesheets/desktop/history.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/history.scss b/app/assets/stylesheets/desktop/history.scss index efb72c4cd9..e547294ae1 100644 --- a/app/assets/stylesheets/desktop/history.scss +++ b/app/assets/stylesheets/desktop/history.scss @@ -22,8 +22,6 @@ background-color: scale-color-diff(); padding: 5px; margin-top: 10px; - line-height: 2em; - height: 30px; } #revisions { word-wrap: break-word;