Skip to content

Commit

Permalink
Prevent the bit numbers from wrapping in register diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
exelotl committed Dec 27, 2023
1 parent 59c242d commit fec696e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ caption[align="bottom"], div.cblock caption[align="bottom"] {
margin-top: 6px;
}

caption.reg, tr.bits {
white-space: nowrap;
}

tr.bits, tr.bf, col.bits, col.bf, col.def { text-align: center; }
col.bits, col.bf, col.def { vertical-align: top; }
tr.bits, col.bits { font: 90% var(--mono-font); }
Expand Down

0 comments on commit fec696e

Please sign in to comment.