File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/app/frontend/common/components Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
< md-toolbar class ="kd-toolbar kd-actionbar ">
18
18
< div class ="md-toolbar-tools " layout ="row ">
19
- < kd-breadcrumbs class ="kd-actionbar-breadcrumbs " limit ="2 " flex > </ kd-breadcrumbs >
20
- < span flex > </ span >
19
+ < kd-breadcrumbs class ="kd-actionbar-breadcrumbs " limit ="2 " flex =" auto " > </ kd-breadcrumbs >
20
+ < span flex =" auto " > </ span >
21
21
< ng-transclude ui-view ="actionbar "> </ ng-transclude >
22
22
</ div >
23
23
</ md-toolbar >
Original file line number Diff line number Diff line change 16
16
17
17
< div layout ="column " class ="kd-info-card-section-container ">
18
18
< div class ="kd-info-card-section-name "> {{$ctrl.name}}</ div >
19
- < div flex ng-transclude ="entry "> </ div >
19
+ < div flex =" auto " ng-transclude ="entry "> </ div >
20
20
</ div >
Original file line number Diff line number Diff line change 16
16
17
17
< div ng-class ="{'kd-resource-card-list-footer': $ctrl.shouldShowFooter()} " layout ="row ">
18
18
< span ng-transclude ="content " flex ="nogrow "> </ span >
19
- < span ng-transclude ="pagination " flex layout ="row " class ="kd-list-pagination-slot "> </ span >
19
+ < span ng-transclude ="pagination " flex =" auto " layout ="row " class ="kd-list-pagination-slot "> </ span >
20
20
</ div >
Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
-->
16
16
17
- < div ng-if ="$ctrl.shouldShowPagination() " flex layout ="row " class ="kd-list-pagination ">
17
+ < div ng-if ="$ctrl.shouldShowPagination() " flex =" auto " layout ="row " class ="kd-list-pagination ">
18
18
< div class ="kd-rows-selector-label ">
19
19
{{$ctrl.i18n.MSG_RESOURCE_CARD_LIST_PAGINATION_ROW_SELECTOR_LABEL}}:
20
20
</ div >
You can’t perform that action at this time.
0 commit comments