Skip to content

Commit

Permalink
chore: adjust iframe placeholder font size
Browse files Browse the repository at this point in the history
Related to #994
  • Loading branch information
Skaiir committed Jan 31, 2024
1 parent f49b06a commit efef010
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/form-js-viewer/assets/form-js-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,10 @@
overflow: hidden;
}

.fjs-container .fjs-iframe-placeholder .fjs-iframe-placeholder-text {
font-size: var(--font-size-label);
}

.fjs-container .fjs-form-field-table {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit efef010

Please sign in to comment.