From feea5e834e48feff74ee9f0f62e107322f78278e Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 27 Aug 2017 17:50:53 +0300 Subject: [PATCH] avoid avoiding to actually avoid it was a Chrome bug workaround which became harmful now that it's fixed in Chrome --- edit/edit.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index ab39d55a..450acf51 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -524,9 +524,6 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar vertical-align: baseline; min-height: 1.4rem; } - .option { - -webkit-column-break-inside: avoid; - } .option label { line-height: 1.25rem; margin: 0;