Skip to content

Commit 57b650c

Browse files
authored
Merge pull request #1027 from cakephp/5.x-fix-env-panel-styling
fix styling for environment panel
2 parents 45a7de5 + fb25303 commit 57b650c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ strong {
281281
text-align: left;
282282
}
283283

284-
/* correct height to fit with environment panel */
285284
.c-debug-table .cake-debug-copy {
286-
padding: 5px 6px;
285+
position: static;
286+
margin-left: 10px;
287287
}
288288

289289
.c-debug-table .duplicate-route td {

0 commit comments

Comments
 (0)