Bug 1044851 - Visual problems in Hardware Sample notice
Summary: Visual problems in Hardware Sample notice
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Certification Program
Classification: Red Hat
Component: Certification Workflow Engine
Version: 1.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Kun Yan
QA Contact: Suprith Gangawar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-19 05:55 UTC by Damian Jansen
Modified: 2015-07-22 09:30 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-22 09:30:33 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Damian Jansen 2013-12-19 05:55:31 UTC
Description of problem:
- The text is broken in the middle of words
- Extra <td /> to the right of the notice

The style.css has a td entry with word-break:break-all, which is not appropriate for blocks of text.
It appears in code that a <td/> was used instead of a </td>, so another table cell is created.

Version-Release number of selected component (if applicable):
dev

Steps to Reproduce:
1. Click Create, fill in data, click Continue
2. Find the Hardware Sample section

Actual results:
There's an extra <td/> to the right of the notice, and the text is broken in the middle of words

Expected results:
Properly formatted text

Additional info:
Use something like

.txt--nobreak{word-break:normal;word-wrap:break-word}
and
<td class=".txt--nobreak">Red Hat requires a representative sample...</td>


Note You need to log in before you can comment on or make changes to this bug.