Commit ca1f46db authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jivanvl-remove-append-bottom-20-boards' into 'master'

Replace append-bottom-20 class boards

See merge request gitlab-org/gitlab!48389
parents 5a9779ae 21448a25
......@@ -42,7 +42,7 @@ export default {
</script>
<template>
<div class="append-bottom-20">
<div class="gl-mb-5">
<label class="label-bold gl-font-lg" for="board-new-name">
{{ __('List options') }}
</label>
......
......@@ -195,7 +195,7 @@ export default {
<template #body>
<p v-if="isDeleteForm">{{ __('Are you sure you want to delete this board?') }}</p>
<form v-else class="js-board-config-modal" @submit.prevent>
<div v-if="!readonly" class="append-bottom-20">
<div v-if="!readonly" class="gl-mb-5">
<label class="label-bold gl-font-lg" for="board-new-name">{{ __('Title') }}</label>
<input
id="board-new-name"
......
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