Skip to content

Commit

Permalink
MID-7815 minor css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Sep 19, 2022
1 parent 50028ce commit e5d9874
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<div class="col-xl-2 col-md-4 col-xs-12 prism-property-label"><wicket:message key="SmsGatewayPanel.method"/></div>
<div class="prism-property-value col-xl-10 col-md-8 col-xs-12" wicket:id="method"/>
</div>
<div class="row no-gutters mb-3">
<div class="row no-gutters">
<div class="col-xl-2 col-md-4 col-xs-12 prism-property-label"><wicket:message key="SmsGatewayPanel.urlExpression"/></div>
<div class="prism-property-value col-xl-10 col-md-8 col-xs-12" wicket:id="urlExpression"/>
</div>
<div class="row no-gutters mb-3">
<div class="row no-gutters">
<div class="col-xl-2 col-md-4 col-xs-12 prism-property-label"><wicket:message key="SmsGatewayPanel.headersExpression"/></div>
<div class="prism-property-value col-xl-10 col-md-8 col-xs-12" wicket:id="headersExpression"/>
</div>
<div class="row no-gutters mb-3">
<div class="row no-gutters">
<div class="col-xl-2 col-md-4 col-xs-12 prism-property-label"><wicket:message key="SmsGatewayPanel.bodyExpression"/></div>
<div class="prism-property-value col-xl-10 col-md-8 col-xs-12" wicket:id="bodyExpression"/>
</div>
Expand Down

0 comments on commit e5d9874

Please sign in to comment.