From cf44dc7f166ca2281b431cd9c064f3997cb6bdff Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 1 Mar 2012 16:50:15 -0700 Subject: [PATCH] Make fold placeholder exactly 3 characters wide. --- static/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/editor.css b/static/editor.css index 06aa02483..b4aa34bb3 100644 --- a/static/editor.css +++ b/static/editor.css @@ -51,6 +51,7 @@ } .fold-placeholder { + -webkit-box-sizing: border-box; position: relative; display: inline-block; vertical-align: text-bottom;