Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input-group-addon within input-group is not flipped! #133

Open
MikeAlhayek opened this issue Oct 29, 2017 · 0 comments
Open

input-group-addon within input-group is not flipped! #133

MikeAlhayek opened this issue Oct 29, 2017 · 0 comments

Comments

@MikeAlhayek
Copy link

Here is the Html code that I am using

<div class="form-group">
    <label for="pick_up_time" class="col-md-2 control-label">Some Label</label>
    <div class="col-md-10">
        <div class="input-group input-width-input time-picker">
            <input class="form-control" name="pick_up_time" type="text" id="pick_up_time" value="" required>
            <span class="input-group-addon">
                <span class="glyphicon glyphicon-time"></span>
            </span>
        </div>
    </div>
</div>

This is how it looks when using using bootstrap-flipped.min.css file

screenshot_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant