Skip to content
Snippets Groups Projects
Commit ca1f46db authored by Enrique Alcántara's avatar Enrique Alcántara
Browse files

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

Replace append-bottom-20 class boards

See merge request !48389
parents 5a9779ae 21448a25
No related branches found
No related tags found
1 merge request!48389Replace append-bottom-20 class boards
Pipeline #223147908 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment