From 5d8bea906005723112283de80fa4840f6ec9414e Mon Sep 17 00:00:00 2001 From: cyberalien Date: Tue, 3 Mar 2015 16:47:30 +0200 Subject: [PATCH] [ticket/13667] Fix buttons alignment in Chrome for Windows PHPBB3-13667 --- phpBB/styles/prosilver/theme/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index d600e76b44..aecac4defd 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -8,6 +8,7 @@ cursor: pointer; display: inline-block; height: 18px; + line-height: 18px; font-size: 13px; white-space: nowrap; border: 1px solid transparent;