Skip to content

Commit

Permalink
fix(SLB-359): terms of service dropdown starts closed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasimonato committed May 8, 2024
1 parent d842ece commit d34be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ h1 {

/* terms of service field - Dropdown */
.webform-terms-of-service-details {
@apply text-gray-900 border-gray-300 border rounded-lg p-5 leading-relaxed;
@apply text-gray-900 border-gray-300 border rounded-lg p-5 leading-relaxed hidden;
}

0 comments on commit d34be48

Please sign in to comment.