From e8353f5eebdc809b542ead52f164ff56e735f41b Mon Sep 17 00:00:00 2001 From: Andrew MacKenzie Date: Thu, 25 Sep 2014 15:00:59 -0400 Subject: [PATCH] lock overlay to fixed font size --- regex-editor-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-editor-styles.css b/regex-editor-styles.css index be66324..41b7f90 100644 --- a/regex-editor-styles.css +++ b/regex-editor-styles.css @@ -63,7 +63,7 @@ .inline-regex-editor .inline-regex-sample { font-family: "SourceCodePro"; - font-size: inherit; + font-size: 12px; padding: 2px 2px 2px 6px; /* 6px aligns L edge of text with CM field above */ }