#5213 - Responsive tables: On mobile, field value might wrap below the key/label on the next line which looks odd
| Identifier | #5213 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Responsive tables: On mobile, field value might wrap below the key/label on the next line which looks odd |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | On responsive tables in mobile view, if the value is long enough to extend on to the next line, there is no indentation, thereby resulting in it going under the key/label (which looks a bit off). |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
(Click to enlarge)
Regular text should flow, for both practical reasons (there's no wrapping element to force to be inline-block), and because for long text this is superior.
(Click to enlarge)