diff --git a/module/store/css/appview.ui.css b/module/store/css/appview.ui.css index d89935a49e..fa9b59afb4 100644 --- a/module/store/css/appview.ui.css +++ b/module/store/css/appview.ui.css @@ -6,4 +6,6 @@ #dynamicPager {justify-content: flex-end;} #dynamicPager .ghost {color: rgb(131, 138, 157);} #dynamicTable a {color: inherit;} -#store-detail-action .install-btn {padding-left: 25px; padding-right: 25px;} \ No newline at end of file +#store-detail-action .install-btn {padding-left: 25px; padding-right: 25px;} + +.menu-item > .item-inner, .menu-item > a {justify-content: flex-start;} diff --git a/module/store/ui/appview.html.php b/module/store/ui/appview.html.php index 85c57cced6..0f224e739b 100644 --- a/module/store/ui/appview.html.php +++ b/module/store/ui/appview.html.php @@ -141,7 +141,7 @@ detailBody setClass('table borderless table-hover mb-3'), ...$dynamicArticlesWd, ), - pager(setID('dynamicPager')), + pager(set::props(array('id' => 'dynamicPager'))), ) ) )