fix: division in less for Segmented (#35701)

* fix: division in less for Segmented

* fix: update
This commit is contained in:
vagusX 2022-05-24 14:50:43 +08:00 committed by GitHub
parent f3a893b113
commit 95f56f6d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@
// syntactic sugar to add `icon` for Segmented Item
&-icon + * {
margin-left: @margin-sm / 2;
margin-left: (@margin-sm / 2);
}
&-input {