Skip to content

Commit d0fccc5

Browse files
committed
coverage/htmlfiles/style.scss: Match style.css
1 parent 31a6a15 commit d0fccc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

coverage/htmlfiles/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ $border-indicator-width: .2em;
622622
@include background-dark($dark-context-bg-color);
623623
border-radius: .25em;
624624
margin-right: 1.75em;
625+
text-align: right;
625626
span {
626627
display: block;
627628
text-align: right;

tests/gold/html/styled/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)