Skip to content

Commit 31a6a15

Browse files
committed
coverage/htmlfiles/style.css: Align the contexts to the right
1 parent 3717491 commit 31a6a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/htmlfiles/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em
258258

259259
@media (prefers-color-scheme: dark) { #source p label.ctx { color: #777; } }
260260

261-
#source p .ctxs { display: block; max-height: 0; overflow-y: hidden; transition: all .2s; padding: 0 .5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; white-space: nowrap; background: #d0e8ff; border-radius: .25em; margin-right: 1.75em; }
261+
#source p .ctxs { display: block; max-height: 0; overflow-y: hidden; transition: all .2s; padding: 0 .5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; white-space: nowrap; background: #d0e8ff; border-radius: .25em; margin-right: 1.75em; text-align: right; }
262262

263263
@media (prefers-color-scheme: dark) { #source p .ctxs { background: #056; } }
264264

0 commit comments

Comments
 (0)