Skip to content

Inline styles on buttons are lost #238

Open
@davidworkman9

Description

@davidworkman9

Style attributes attached to buttons are lost when inside a LinkContainer

<LinkContainer to="/place">
    <Button
        className="btn btn-success"
        style={{ position: 'absolute', top: 0 }}
    >
        Go To Place
    </Button>
</LinkContainer>

Results in:

<h3 class="text-center">Projects</h3>
<a href="/place" class="btn btn-success btn btn-default">Go To Place</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions