Commit a005d2f
committed
This PR was merged into the 2.x branch.
Discussion
----------
[LiveComponent] Use `display:revert` for `data-loading` style
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | N/A
| License | MIT
Using `display:inline-block` breaks the inner workings if for example `data-loading` was used on `<tr>` element, so the table row contents are incorrectly displayed.
Commits
-------
be4f285 [LiveComponent] Use `display:revert` for `data-loading` style
File tree
2 files changed
+2
-2
lines changed- src/LiveComponent/assets
- dist
- src/Component/plugins
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2380 | 2380 | | |
2381 | 2381 | | |
2382 | 2382 | | |
2383 | | - | |
| 2383 | + | |
2384 | 2384 | | |
2385 | 2385 | | |
2386 | 2386 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments