This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -290,4 +290,9 @@ button.verbose.on {display: none}
290
290
font-size : $unit * 2 ;
291
291
margin-bottom : $unit ;
292
292
margin-top : $unit * 4 ;
293
- }
293
+ }
294
+
295
+ .l-flex-wrap {
296
+ display : flex ;
297
+ flex-wrap : wrap ;
298
+ }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ angularIO.directive('apiList', function () {
17
17
return {
18
18
restrict : 'E' ,
19
19
template :
20
- '<div ng-cloak="ng-cloak" class="banner is-plain api-filter clearfix ">' +
20
+ '<div ng-cloak="ng-cloak" class="l-flex-wrap banner is-plain api-filter">' +
21
21
' <div class="form-select-menu">' +
22
22
' <button ng-repeat="type in $ctrl.types" ng-if="$ctrl.type === type.matches[0]" class="form-select-button has-symbol" ng-click="$ctrl.toggleMenu(\'type\')"><strong>Type:</strong><span class="symbol {{type.cssClass}}" ng-if="type.cssClass !== \'stable\'" ></span>{{type.title}}</button>' +
23
23
' <button class="form-select-button is-default" ng-if="$ctrl.type === null" ng-click="$ctrl.toggleMenu(\'type\')"><strong>Type: All</strong></button>' +
@@ -44,7 +44,7 @@ angularIO.directive('apiList', function () {
44
44
' </div>' +
45
45
'</div>' +
46
46
' ' +
47
- '<article class="l-content-small grid-fluid docs-content">' +
47
+ '<article class="l-content-small docs-content">' +
48
48
' <div ng-repeat="section in $ctrl.groupedSections" ng-if="$ctrl.filterSections(section)" ng-cloak="ng-cloak">' +
49
49
' <h2>{{ section.title }}</h2>' +
50
50
' <ul class="api-list">' +
@@ -266,4 +266,4 @@ angularIO.directive('apiList', function () {
266
266
} ;
267
267
}
268
268
} ;
269
- } ) ;
269
+ } ) ;
You can’t perform that action at this time.
0 commit comments