mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing issue with generic.css and overlapping in view scaffolds.
Thanks to 'euromark' for the patch. Fixes #1787
This commit is contained in:
parent
ea2f621d18
commit
694819cb81
1 changed files with 2 additions and 1 deletions
|
@ -215,6 +215,7 @@ dt {
|
|||
font-weight: bold;
|
||||
padding-left: 4px;
|
||||
vertical-align: top;
|
||||
width: 10em;
|
||||
}
|
||||
dd {
|
||||
margin-left: 10em;
|
||||
|
@ -536,4 +537,4 @@ div.code-coverage-results span.result-good {
|
|||
/** Elements **/
|
||||
#url-rewriting-warning {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue