Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: issue with checkbox icon #3264

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
nmerget marked this conversation as resolved.
Show resolved Hide resolved
nmerget marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@include form-components.set-default-check-element(check);

input {
position: relative;
border-radius: variables.$db-border-radius-2xs;

&::before {
Expand Down
10 changes: 10 additions & 0 deletions showcases/shared/checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@
"name": "Content"
}
},
{
"name": "Long label",
"style": {
"width": "100px"
},
"props": {
"checked": true,
"name": "Long label"
}
},
{
"name": "No Label",
"props": {
Expand Down
Loading