Skip to content

Commit

Permalink
[form-builder] Hide button container when there's no button
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent c3b32d8 commit c97883f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
display: grid;
grid-template-columns: 1fr;
grid-gap: var(--small-padding);

@nest &:empty {
display: none;
}
}

.noAssets {
Expand Down

0 comments on commit c97883f

Please sign in to comment.