Commit 73825ffc authored by Dave Pisek's avatar Dave Pisek

Fix layout issue with checkbox on table row

parent d04fb9ac
...@@ -83,6 +83,7 @@ export default { ...@@ -83,6 +83,7 @@ export default {
<div class="table-section"> <div class="table-section">
<gl-form-checkbox <gl-form-checkbox
:checked="isSelected" :checked="isSelected"
:inline="true"
class="my-0 ml-1 mr-3" class="my-0 ml-1 mr-3"
@change="toggleVulnerability" @change="toggleVulnerability"
/> />
......
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