Skip to content

Commit fd37f04

Browse files
authored
Merge pull request #1005 from cakephp/environment-copy
Improve layout of copy buttons in environment panel
2 parents 70e851f + 3598bcd commit fd37f04

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

webroot/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@ strong {
277277
text-align: left;
278278
}
279279

280+
/* Override styles in cake's default css */
281+
.c-debug-table .cake-debug-string {
282+
margin-right: 48px;
283+
}
284+
/* correct height to fit with environment panel */
285+
.c-debug-table .cake-debug-copy {
286+
padding: 5px 6px;
287+
}
288+
280289
.c-debug-table .duplicate-route td {
281290
background: var(--duplicate-route);
282291
}

0 commit comments

Comments
 (0)