/* Remove too-large margin from multiline function signature lists */
.rst-content .sig-object dl {
  margin-bottom: 0;
  dd {
    margin-bottom: 0;
  }
}
