Compare commits

...

1 Commits

Author SHA1 Message Date
Gaurav Tewari
59b6f6e851 fix: checkbox issue 2026-06-03 00:30:57 +05:30

View File

@@ -483,8 +483,9 @@ $custom-border-color: #2c3044;
.option-checkbox {
width: 100%;
> span:not(.ant-checkbox) {
width: 100%;
> label {
flex: 1;
min-width: 0;
}
.all-option-text {