From 871b32d0986537b2b4434a2d9a7126c8676ebefc Mon Sep 17 00:00:00 2001 From: danyaPostfactum Date: Thu, 24 May 2012 16:50:05 +1200 Subject: [PATCH] Set width: auto for .ace_gutter .ace_layer (for IE) --- lib/ace/css/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index af1cecf3..b38dc453 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -128,6 +128,7 @@ .ace_gutter .ace_layer { position: relative; min-width: 40px; + width: auto; text-align: right; pointer-events: auto; }