I am trying to add a border to a widget which is working but it is not capturing the overall the wigets fields only half part is drawing a line
HTML:
<p class="solid">
<img src="log.jpg" width="20" height="20"/>
<div class="input-group">
<input type="text" ng-model="c.data.message" class="form-control" aria-label="...">
<div class="input-group-btn">
<button type="submit" ng-click="c.add()" class="btn btn-primary">Search</button>
</div>
</div>
</p>
CSS:
p.solid {border-style: solid;}
tag?
– Max Ahmed Oct 02 '19 at 07:06