Merge pull request #2188 from MiErnst/master

#2187 added some classes to sandbox form tables
This commit is contained in:
Tony Tam
2016-06-03 17:52:34 -07:00

View File

@@ -80,7 +80,7 @@
<div style='margin:0;padding:0;display:inline'></div>
{{#if parameters}}
<h4 data-sw-translate>Parameters</h4>
<table class='fullwidth'>
<table class='fullwidth parameters'>
<thead>
<tr>
<th style="width: 100px; max-width: 100px" data-sw-translate>Parameter</th>
@@ -98,7 +98,7 @@
{{#if responseMessages}}
<div style='margin:0;padding:0;display:inline'></div>
<h4 data-sw-translate>Response Messages</h4>
<table class='fullwidth'>
<table class='fullwidth response-messages'>
<thead>
<tr>
<th data-sw-translate>HTTP Status Code</th>