Skip to content

text input in table too much margin bottom #2200

@skrabadiloseidon

Description

@skrabadiloseidon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions