mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
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:
parent
6899c327c7
commit
87875eeb8a
@ -75,7 +75,8 @@
|
||||
&-item {
|
||||
padding-bottom: 0;
|
||||
> span {
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user