Skip to content

Commit 9f027f1

Browse files
fix(ui5-checkbox): vertical misalignment when wrap is true (#2747)
* fix(ui5-checkbox): vertical misalignment when wrap is true - redundant CSS styling is removed which was causing the issue * CheckBox inner is now aligned properly
1 parent daa51e7 commit 9f027f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/CheckBox.css

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
:host([wrap][text]) .ui5-checkbox-root .ui5-checkbox-label {
4040
word-break: break-all;
41+
align-self: center;
4142
}
4243

4344
:host([wrap]) .ui5-checkbox-root:focus::before {

0 commit comments

Comments
 (0)