Skip to content

Commit

Permalink
Nested items in query collections
Browse files Browse the repository at this point in the history
Closes #1265
  • Loading branch information
imolorhe committed Jun 13, 2020
1 parent a948855 commit 522b27d
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -121,17 +121,14 @@ app-query-collections {
overflow: hidden;
max-height: 9999em;
transition: all .3s ease;
padding-left: 10px;
}

.query-collections__item-content--hidden {
max-height: 0;
opacity: 0;
}

.query-collections__item-nested {
padding-left: 10px;
}

.query-collections__item-queries-item {
display: flex;
padding: 10px;
Expand Down

0 comments on commit 522b27d

Please sign in to comment.