From df671aeccc71f4140433505d57cf80e27b44bdfe Mon Sep 17 00:00:00 2001 From: mmd-osm Date: Tue, 11 Sep 2018 19:47:42 +0200 Subject: [PATCH] Set img.button size to 20x20 for directions.png --- app/assets/stylesheets/common.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 0ba5e6577..4b8a80c54 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -978,6 +978,8 @@ header .search_forms, img.button { display: block; + width: 20px; + height: 20px; } span.force_width { -- 2.39.5