Skip to content

Commit f15b57c

Browse files
authored
chore(python): fix column sizing issue in docs (#884)
1 parent a3e990f commit f15b57c

File tree

1 file changed

+6
-1
lines changed
  • synthtool/gcp/templates/python_library/docs/_static

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}
5+
6+
/* Ensure minimum width for 'Parameters' / 'Returns' column */
7+
dl.field-list > dt {
8+
min-width: 100px
9+
}

0 commit comments

Comments
 (0)