Fix #11. Props to @michbaeck.

This commit is contained in:
Thomas Lovén 2018-11-29 22:37:33 +01:00
parent a310c8130b
commit 0636ee9522

View File

@ -16,9 +16,6 @@ class FoldRow extends Polymer.Element {
.closed > ul { .closed > ul {
max-height: 0; max-height: 0;
} }
.open > ul {
max-height: 40px;
}
#head { #head {
display: flex; display: flex;
align-items: center; align-items: center;