Set width on .custom-control-label (#10840)

Set `width: 100%` on the `.custom-control-label`.

Although `overflow-wrap: break-word` is set on the parent `.checklist-item` element, it doesn't seem to take effect unless a width is set on the label.
This commit is contained in:
Ian Oxley
2018-11-17 10:01:36 +00:00
committed by Matteo Pagliazzi
parent ff81e55839
commit b846185f8a

View File

@@ -302,6 +302,7 @@
margin-left: 6px;
padding-top: 0px;
min-width: 0px;
width: 100%;
}
}