Skip to content

Commit

Permalink
Widen the source section of the header (robolectric#241)
Browse files Browse the repository at this point in the history
This will make the latest version tag full visible.

Fixes robolectric#240
  • Loading branch information
hoisie authored May 28, 2024
1 parent 2aee38f commit df9ae0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
--md-primary-fg-color--light: #7FC06B;
--md-primary-fg-color--dark: #7FC06B;
}

/* Make source part of the header a bit wider to avoid cutting off version tags. */
@media screen and (min-width: 60em) {
.md-header__source {
display: block;
max-width: 13rem;
width: 13rem;
}
}

0 comments on commit df9ae0f

Please sign in to comment.