Skip to content

Commit

Permalink
fix(input): words get wrapped as break-all in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 26, 2022
1 parent 892d7e0 commit 50c11e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/SInputBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const showError = computed(() => {
.help {
position: relative;
word-break: break-all;
}
.help-error {
Expand Down

0 comments on commit 50c11e1

Please sign in to comment.