We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70e851f + 3598bcd commit fd37f04Copy full SHA for fd37f04
1 file changed
webroot/css/style.css
@@ -277,6 +277,15 @@ strong {
277
text-align: left;
278
}
279
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
+
289
.c-debug-table .duplicate-route td {
290
background: var(--duplicate-route);
291
0 commit comments