Feature #37272
Diff view should be wider (override default css)
| Status: | New | Start date: | 2012-05-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The default style for .typo3-bigDoc is just 740px. This is very very small for a diff view.
I always insert something like this in the cm1/styles.css to make use of the available space:
#ext-np-subversion-cm1-index-php div.typo3-bigDoc {
width: 98%;
}
History
Updated by Christoph Moeller 12 months ago
Hi Andreas, thanks for your "patch". We will check and commit that one, as soon as time permits.