From 0b37e9f7362200abfd0111354ad59253b9bbb4df Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Sat, 14 Sep 2013 09:35:15 +0200 Subject: [PATCH] Fix issue #4499: changed :width in .item_count to :min-width --- app/assets/stylesheets/application.css.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index a976a28ab..2832832e0 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -1976,7 +1976,7 @@ ul#requested-scopes :display none .item_count - :width 16px + :min-width 16px :line-height 16px :text-align center :float right