Bug #1814
Overlapping 'inline code' lines
| Status: | Won't Fix | Start: | 01 Aug 2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 26 Sep 2011 | |
| Assigned to: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | 0.02 | |||
| System: | System version: | |||
| Votes: | 0 |
Description
Here is the example:
History
Updated by Andriy Lesyuk over 1 year ago
- Status changed from New to Incomplete
- Assigned to set to Andriy Lesyuk
This is visual only. There are no "boxes" - they are rendered around text. Can be fixed by adding additional space between lines but I’m not sure if this is a good workaround...
Updated by Andriy Lesyuk over 1 year ago
Looks like can be fixed with:
1 code {
2 line-height: 18px;
3 }
Now sure how this affects other elements... Need to test.
Could you please check?
Updated by Andriy Lesyuk over 1 year ago
- % Done changed from 0 to 50
Updated by Andriy Lesyuk over 1 year ago
For Chrome seems it should be 20px
Updated by Ivan Cenov over 1 year ago
Where to put this? I am not fluent in CSS...
code {
line-height: 18px;
}
There is 'code’ in application.css and it is
code {
padding: 1px 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 1px 1px 2px #b4b4b4;
box-shadow: 1px 1px 2px #b4b4b4;
background-color: #fff;
border: 1px solid #b4b4b4;
}Inside it?
Updated by Ivan Cenov over 1 year ago
- File co_19px.jpg added
- File co_20px.jpg added
- File co_ie.jpg added
here are the results:
and
and in IE 8.0:
It seems this is the solution. I tested on Windows XP SP3 + Firefox 6.0.2 and Internet Explorer 8.0
Updated by Andriy Lesyuk over 1 year ago
- Status changed from Incomplete to Open
- Target version set to 0.02
- % Done changed from 50 to 80
Thanks! Will include it then in 0.02...
Updated by Andriy Lesyuk over 1 year ago
- Status changed from Open to Under Verification
- % Done changed from 80 to 90
Changes are in SVN... Testing them on this site.
Updated by Andriy Lesyuk over 1 year ago
- Due date set to 26 Sep 2011
- Status changed from Under Verification to Won't Fix
- % Done changed from 90 to 100
I believe it does works!
