diff --git a/platypush/backend/http/webapp/src/components/elements/Tab.vue b/platypush/backend/http/webapp/src/components/elements/Tab.vue index bd33aab5..7048e6a7 100644 --- a/platypush/backend/http/webapp/src/components/elements/Tab.vue +++ b/platypush/backend/http/webapp/src/components/elements/Tab.vue @@ -40,6 +40,11 @@ export default { border-right: $default-border-2; cursor: pointer; + @include until($tablet) { + flex-grow: 1; + justify-content: center; + } + &.selected { background: $selected-bg; font-weight: bold;