umb-control-group directive: Fix styling issue (#9069)

* Fix issue where label is offset 10px

* Undo change made by code editor
This commit is contained in:
Jan Skovgaard
2020-11-16 00:54:58 +01:00
committed by GitHub
parent fc7f7295bf
commit 1bf49b6ba3

View File

@@ -8,7 +8,7 @@
</span>
<small ng-if="descriptionstring">{{descriptionstring}}</small>
</label>
<div class="controls controls-row" ng-transclude></div>
<div class="controls" ng-transclude></div>
</div>
</div>
</div>