-
-
Notifications
You must be signed in to change notification settings - Fork 79k
Closed
Description
Text inputs have too much margin-bottom in tables, that looks a bit ugly.
<table class="table table-striped table-bordered">
<tr>
<th>Item</th>
<th>Quantity</th>
</tr>
<tr>
<td>Item 1</td>
<td>
<input type="text" />
</td>
</tr>
<tr>
<td>Item 2</td>
<td>
<input type="text" />
</td>
</tr>
</table>
Screenshot: http://www0.xup.in/exec/ximg.php?fid=94044321
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels