From 3b119256a7ecae0c07ce68d8aac3cbc2f4249fa3 Mon Sep 17 00:00:00 2001 From: Blake Bourque Date: Tue, 25 Apr 2017 21:59:04 -0400 Subject: [PATCH] Properly scope the button padding Hopefully this still works for the intended use case of the padding, but it was applying very far outside the scope of this plugin in my code. --- markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.css b/markdown.css index 821546c..12cbdc8 100644 --- a/markdown.css +++ b/markdown.css @@ -25,7 +25,7 @@ width: auto; display: inline-block; } -.markdownControls select, button { +.markdownControls select, .markdownControls button { margin-right: 10px; } .markdownControls button.markdownBold {