Skip to content

Commit

Permalink
fix(ui5-checkbox): fix wrapping of a long word (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyap authored and ilhan007 committed Dec 4, 2019
1 parent 82b1a07 commit 2117ecc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/src/themes/CheckBox.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
margin-top: var(--_ui5_checkbox_wrapped_content_margin_top);
}

:host([wrap][text]) .ui5-checkbox-root .ui5-checkbox-label {
word-break: break-all;
}

:host([wrap]) .ui5-checkbox-root:focus::before {
bottom: var(--_ui5_checkbox_wrapped_focus_left_top_bottom_position);
}
Expand Down

0 comments on commit 2117ecc

Please sign in to comment.