Skip to content

Commit

Permalink
chore(docs): update properties table styling (#200)
Browse files Browse the repository at this point in the history
Co-authored-by: DominicGBauer <[email protected]>
  • Loading branch information
DominicGBauer and DominicGBauer authored Jun 5, 2024
1 parent 42e9943 commit b6f04fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
/* Expand parameter and enumeration tables to full width */
#parameters + table,
[id^="parameters-"] + table,
#properties + table,
[id^="properties-"] + table,
#enumeration-members + table,
[id^="enumeration-members-"] + table {
width: 100%;
Expand Down

0 comments on commit b6f04fa

Please sign in to comment.