From 0636ee9522c2cb31938e852e199261dc2085db71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 29 Nov 2018 22:37:33 +0100 Subject: [PATCH] Fix #11. Props to @michbaeck. --- fold-entity-row.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/fold-entity-row.js b/fold-entity-row.js index df27f8b..b710b95 100644 --- a/fold-entity-row.js +++ b/fold-entity-row.js @@ -16,9 +16,6 @@ class FoldRow extends Polymer.Element { .closed > ul { max-height: 0; } - .open > ul { - max-height: 40px; - } #head { display: flex; align-items: center;