Skip to content

Commit

Permalink
chore(python): fix column sizing issue in docs (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 7, 2021
1 parent a3e990f commit f15b57c
Showing 1 changed file with 6 additions and 1 deletion.
@@ -1,4 +1,9 @@
div#python2-eol {
border-color: red;
border-width: medium;
}
}

/* Ensure minimum width for 'Parameters' / 'Returns' column */
dl.field-list > dt {
min-width: 100px
}

0 comments on commit f15b57c

Please sign in to comment.