{{ section.title }}
' + '- ' +
@@ -266,4 +266,4 @@ angularIO.directive('apiList', function () {
};
}
};
-});
\ No newline at end of file
+});
diff --git a/public/resources/css/layout/_layout.scss b/public/resources/css/layout/_layout.scss index 9ed82abf1a..f1de07e456 100644 --- a/public/resources/css/layout/_layout.scss +++ b/public/resources/css/layout/_layout.scss @@ -290,4 +290,9 @@ button.verbose.on {display: none} font-size: $unit * 2; margin-bottom: $unit; margin-top: $unit * 4; -} \ No newline at end of file +} + +.l-flex-wrap { + display: flex; + flex-wrap: wrap; +} diff --git a/public/resources/js/directives/api-list.js b/public/resources/js/directives/api-list.js index 02fe0dbf13..837a50e7ee 100644 --- a/public/resources/js/directives/api-list.js +++ b/public/resources/js/directives/api-list.js @@ -17,7 +17,7 @@ angularIO.directive('apiList', function () { return { restrict: 'E', template: - '