Commit 7292e1a
committed
minor symfony#2836 [Site] Trim Icon's DataList's
This PR was merged into the 2.x branch.
Discussion
----------
[Site] Trim Icon's DataList's `<dd>` to get a better copy value
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Docs? | no <!-- required for new features -->
| Issues | Fix symfony#2831
| License | MIT
On Icon's modal, there is a space at the end of DD's HTML element:

So when double-click on it and copy it, we'll copy this space as well.
This PR fixes that space.
Before:

After:

Commits
-------
b00b88f [Icons] Trim DataList's dd to get a better copy value<dd> to get a better copy value (CyrilKrylatov)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments