From 5299ff8913a22f2818e27b1b8d466f40fc421c31 Mon Sep 17 00:00:00 2001 From: Martijn Date: Fri, 29 May 2015 20:57:36 +0200 Subject: [PATCH] Fixed chrome clipping issue #8 --- client/styles/notes.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/styles/notes.less b/client/styles/notes.less index b4121c9..16d7409 100755 --- a/client/styles/notes.less +++ b/client/styles/notes.less @@ -2,6 +2,7 @@ @import 'note.less'; .notes { + padding: 8px; -moz-column-gap: 12px; -moz-column-fill: balance; -webkit-column-gap: 12px;