Skip to content

Commit

Permalink
higham: fix year number wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 17, 2024
1 parent 257347f commit 3b94295
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/higham.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ end
min-width: max-content;
min-height: max-content;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
white-space: nowrap;
background: white;
border-radius: .3em;
color: black;
border-radius: .3em;
}
.papercell {
Expand All @@ -265,7 +266,7 @@ end
}
.year {
font-size: .7rem;
font-size: .7em;
text-align: center;
}
Expand Down

0 comments on commit 3b94295

Please sign in to comment.