Skip to content
Snippets Groups Projects

Card sizing for security dashboard discovery moment experiment

Merged Alper Akgun requested to merge 365499-security-dashboard-card-size into master
All threads resolved!
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -87,7 +87,7 @@ export default {
<div class="gl-bottom-0 gl-display-flex">
<gl-button
v-if="primaryAction"
class="gl-mr-2"
class="gl-mr-2 gl-mb-2"
category="primary"
variant="confirm"
:href="primaryLink"
@@ -105,7 +105,7 @@ export default {
<gl-button
v-if="secondaryAction"
class="gl-mr-2"
class="gl-mr-2 gl-mb-2"
category="secondary"
variant="confirm"
:href="secondaryLink"
Loading