Commit 18d95a16 authored by Mark Otto's avatar Mark Otto

remove fixed width from labels table

parent cc01d3c3
...@@ -948,7 +948,7 @@ ...@@ -948,7 +948,7 @@
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th style="width: 190px;">Labels</th> <th>Labels</th>
<th>Markup</th> <th>Markup</th>
</tr> </tr>
</thead> </thead>
......
...@@ -883,7 +883,7 @@ ...@@ -883,7 +883,7 @@
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th style="width: 190px;">{{_i}}Labels{{/i}}</th> <th>{{_i}}Labels{{/i}}</th>
<th>{{_i}}Markup{{/i}}</th> <th>{{_i}}Markup{{/i}}</th>
</tr> </tr>
</thead> </thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment