Skip to content

Commit b458b80

Browse files
authored
fix(CheckBox): Prevent jumping of elements aligned with baseline when checking/unchecking (#3408)
1 parent 4bb84e1 commit b458b80

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
@@ -175,6 +175,7 @@ https://github.com/philipwalton/flexbugs/issues/231
175175
height: var(--_ui5_checkbox_icon_size);
176176
color: currentColor;
177177
cursor: default;
178+
position: absolute;
178179
}
179180

180181
/* RTL */

0 commit comments

Comments
 (0)