From bc0a25bc6cf1a91cf56e397fe30d08bc51d67a31 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 28 Feb 2015 10:47:38 +0000 Subject: [PATCH] Fix 1px clipping on SVG icons Fixes #1542 --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4639f3000..6ca573b49 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -257,6 +257,10 @@ a.tc-tiddlylink-external:hover { ** Buttons */ +svg.tc-image-button { + padding: 0 1px 1px 0; +} + button svg, button img { vertical-align: middle; }