Skip to content

Commit

Permalink
Merge pull request #1005 from cakephp/environment-copy
Browse files Browse the repository at this point in the history
Improve layout of copy buttons in environment panel
  • Loading branch information
dereuromark authored May 27, 2024
2 parents 70e851f + 3598bcd commit fd37f04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webroot/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,15 @@ strong {
text-align: left;
}

/* Override styles in cake's default css */
.c-debug-table .cake-debug-string {
margin-right: 48px;
}
/* correct height to fit with environment panel */
.c-debug-table .cake-debug-copy {
padding: 5px 6px;
}

.c-debug-table .duplicate-route td {
background: var(--duplicate-route);
}
Expand Down

0 comments on commit fd37f04

Please sign in to comment.