Commit 394d1a47 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix cards width

parent 5748f9af
......@@ -108,7 +108,7 @@ export default {
};
</script>
<template>
<div class="mb-3 mb-lg-5">
<div class="mb-3 mb-lg-5 gl-w-full">
<step-header :title="title" :is-finished="isFinished" />
<div :class="['card', snakeCasedStep]">
<div v-show="isActive" @keyup.enter="nextStep">
......
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