From 67124b8d576d26583ee7850f2d47c94afa1edeb6 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 10 Jun 2013 16:34:53 -0700 Subject: [PATCH] Fix search icon width --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 06d00308c..486866602 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -357,6 +357,7 @@ table { padding: 0; width: 15px; height: 15px; + min-width: 15px; text-indent: -1000px; overflow: hidden; background: image-url("sprite.png") 0 0 no-repeat; -- 2.43.2