Skip to content
Snippets Groups Projects

Vertically align badges in glql lists

Merged Annabel Dunstone Gray requested to merge glql-badges into master
All threads resolved!
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -697,6 +697,12 @@
color: $gl-text-color-secondary;
}
}
/* Vertically align badges with icons */
.gl-badge:has(> svg) {
position: relative;
bottom: -3px;
}
}
/**
Loading