Bug #2516
Satin: icons on the right are drawn above the message of it contains long content (long word, url, wide image)
| Status: | New | Start date: | 03/02/2012 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Found in Git commit: | Steps to reproduce: | |||
| Fixed in Git commit: | Additional information: | 0.11.0
0.11.1 0.12.0-git |
||
| Junior job: | No |
Description
Satin: icons on the right (if enabled in the Style Variant) are drawn above the message of it contains long content (long word, url, wide image).
This happens because icon is set to float:right and this is done relatively to the viewport instead of the document.
Easy fix: use tables instead of evil divs ;)