Commit 1cabd876 authored by Yogi's avatar Yogi Committed by Vitaly Slobodin

Align project stars and date to center of project in groups page

parent c23a3fa8
...@@ -182,7 +182,10 @@ export default { ...@@ -182,7 +182,10 @@ export default {
</div> </div>
<div class="metadata d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between"> <div class="metadata d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between">
<item-actions v-if="isGroup" :group="group" :parent-group="parentGroup" /> <item-actions v-if="isGroup" :group="group" :parent-group="parentGroup" />
<item-stats :item="group" class="group-stats gl-mt-2 d-none d-md-flex" /> <item-stats
:item="group"
class="group-stats gl-mt-2 d-none d-md-flex gl-align-items-center"
/>
</div> </div>
</div> </div>
</div> </div>
......
---
title: Align project stars and date to center of project in groups page
merge_request: 57972
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment