fix: allow selecting only value on double click on Descriptions.Item (#24983)

* Wrap children with div

* Add display: inline

* Revert changes

* Wrap content by div

* Revert "Wrap content by div"

This reverts commit 90e827af1b.

* Insert invisible space

* Insert <i> before <span> for content

* Use @afc163's approach
This commit is contained in:
Harutaka Kawamura 2020-06-16 15:22:58 +09:00 committed by GitHub
parent 6899c327c7
commit 87875eeb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,8 @@
&-item {
padding-bottom: 0;
> span {
display: inline-block;
display: inline-flex;
align-items: baseline;
}
}