| Summary: | (iPad) - Text editor embedded in blog has large line numbers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ken Walker <ken_walker> | ||||
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | Silenio_Quarti | ||||
| Version: | 2.0 | ||||||
| Target Milestone: | 3.0 M1 | ||||||
| Hardware: | Other | ||||||
| OS: | iOS | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ken Walker
The problem happened because there is a style sheet in the blog header with this ruler:
pre {
-webkit-text-size-adjust: 140%;
}
The fix was to overwrite that value to the root of the editor. We decide also to get ride of the tables used to lay out the rulers which makes our hierarchy much simpler.
Fixed
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b0d38a9a58efc9c32b9292a1d61cafe9c3cf239d
|