Skip to content
Snippets Groups Projects

Related merge requests: Enhance styling

Merged Sascha Eggenberger requested to merge linked-mrs-improvements into master
All threads resolved!
2 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -102,10 +102,10 @@ export default {
'issuable-info-container': !canReorder,
'card-body': canReorder,
}"
class="item-body gl-display-flex gl-align-items-center gl-gap-3 gl-px-3 gl-py-2 py-xl-0 gl-mx-n2"
class="item-body gl-display-flex gl-align-items-center gl-gap-3 gl-mx-n2"
>
<div
class="item-contents gl-display-flex gl-align-items-center gl-flex-wrap gl-flex-grow-1 gl-gap-2 flex-xl-nowrap gl-min-h-7"
class="item-contents gl-display-flex gl-align-items-center gl-flex-wrap gl-flex-grow-1 gl-gap-2 gl-px-3 gl-py-2 py-xl-0 flex-xl-nowrap gl-min-h-7"
>
<!-- Title area: Status icon (XL) and title -->
<div class="item-title gl-display-flex gl-gap-3 gl-min-w-0">
Loading