diff --git a/sass/partials/common/_api.scss b/sass/partials/common/_api.scss index 1b4ae080ba4ac179a2823ec8f724b09262d9cc10..cb7aa8998ff0c59ff4999cc7d8f4c5265c4b6919 100644 --- a/sass/partials/common/_api.scss +++ b/sass/partials/common/_api.scss @@ -8,18 +8,25 @@ table { @include force-wrap; - .views-field-object-type { + .views-field-object-type, .views-field-modifiers { @include word-break(normal); @include hyphens(none); } } + // Use the full width. .container-12 { width: 90%; max-width: none; } } +// Margin between content and breadcrumb. +ol#api-alternatives, // api.css defines a margin that needs this specific override. +#api-function-signature, { + margin-top: (13em / 9); +} + // 'View source' lists ol.code-lines, ol.code-lines li {