Skip to content

Commit

Permalink
fix: truncate adorner text
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaiir authored and Niklas Kiefer committed Jan 11, 2023
1 parent 8e34104 commit 136a323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/form-js-viewer/assets/form-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@
width: auto !important;
min-width: 34px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
}

.fjs-container .fjs-input-adornment svg {
Expand Down

0 comments on commit 136a323

Please sign in to comment.