From 4f77c61654d6278021ad367429f5ec95330691f2 Mon Sep 17 00:00:00 2001 From: Hugo Almeida Date: Mon, 29 Apr 2013 04:02:11 +0100 Subject: [PATCH] Fixed combo boxes display in edit history --- app/assets/stylesheets/application/history.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application/history.css.scss b/app/assets/stylesheets/application/history.css.scss index e33cfa52297..38301a66aab 100644 --- a/app/assets/stylesheets/application/history.css.scss +++ b/app/assets/stylesheets/application/history.css.scss @@ -29,4 +29,8 @@ position: 0 4px; }; } + select { + height: auto; + width: auto; + } }