Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Tabs: md-center-tabs not working on master #3549

Closed
Alexandre-io opened this issue Jul 2, 2015 · 3 comments
Closed

Tabs: md-center-tabs not working on master #3549

Alexandre-io opened this issue Jul 2, 2015 · 3 comments

Comments

@Alexandre-io
Copy link

Here is the codepen:
http://codepen.io/anon/pen/wayrNB

@Justkant
Copy link

Justkant commented Jul 2, 2015

+1

@zecaptus
Copy link

zecaptus commented Jul 2, 2015

+1

A little css fix :

[md-center-tabs] md-pagination-wrapper{
    position: relative;
    width: initial;
    margin: 0 auto;
    text-align: center;
}

[md-center-tabs] md-pagination-wrapper .md-tab{
    float: none;
    display: inline-block;
}

@Alexandre-io
Copy link
Author

Thanks for the little workaround!

I added width: 100% to work with ie10(:/)

[md-center-tabs] md-pagination-wrapper{
    position: relative;
    width: initial;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

[md-center-tabs] md-pagination-wrapper .md-tab{
    float: none;
    display: inline-block;
}

@ThomasBurleson ThomasBurleson modified the milestone: Backlog Jul 6, 2015
@Splaktar Splaktar removed this from the - Backlog milestone Feb 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants