jd-solanki / anu

Anu - DX focused utility based vue component library built on top of UnoCSS & VueUse ⚡️🔥

Home Page:https://anu-vue.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabs border does not respond to window size change

kindlychung opened this issue · comments

For example:

image

hm, the bug seems to be present only when i added this css rule:

.a-tabs-wrapper {
    justify-content: center;
}