-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a space between the type and the attribute. Without the spa…
…ce will not always render (Issue inmanta/inmanta-sphinx#52, PR #4390) Pull request opened by the merge tool on behalf of #4390
- Loading branch information
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
description: This adds a space between the type and the attribute. Without the space will not always render | ||
issue-nr: 52 | ||
issue-repo: inmanta-sphinx | ||
change-type: patch | ||
destination-branches: [master, iso5, iso4] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* This adds a space between the type and the attribute. Without the space will not always render */ | ||
dl.attribute .sig-prename { | ||
margin-left: 0.5em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters