We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfbd12 commit 9a989cbCopy full SHA for 9a989cb
src/_sass/railsdoc.scss
@@ -170,12 +170,17 @@ code {
170
}
171
172
173
-// FIXME: Wrap method with `code` tag in sdoc
174
.method {
175
- h3 {
176
- font-family: monospace;
177
- font-size: 1.3rem;
178
- }
+ h3 {
+ font-family: monospace;
+ font-size: 1.3rem;
+ }
+
179
+ .description,
180
+ .method__aka,
181
+ .method__source {
182
+ margin-left: 1em;
183
184
185
186
#content {
0 commit comments