Commit 113a74d0 authored by Coung Ngo's avatar Coung Ngo

Update hide labels from issue board cards

This commit fixes comments given on a merge request
parent 6863a450
...@@ -553,11 +553,6 @@ ...@@ -553,11 +553,6 @@
*/ */
height: 34px; height: 34px;
label {
font-weight: $gl-font-weight-normal;
margin-bottom: 0;
}
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
margin-bottom: 10px; margin-bottom: 10px;
} }
......
...@@ -42,7 +42,7 @@ export default () => ...@@ -42,7 +42,7 @@ export default () =>
</span> </span>
<gl-toggle <gl-toggle
:value="isShowingLabels" :value="isShowingLabels"
class="prepend-left-10" class="prepend-left-10 mb-0"
:label-on="toggleOnLabel" :label-on="toggleOnLabel"
:label-off="toggleOffLabel" :label-off="toggleOffLabel"
aria-describedby="board-labels-toggle-text" aria-describedby="board-labels-toggle-text"
......
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