Skip to content

Commit

Permalink
fix mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaesteves committed Nov 6, 2023
1 parent ad386d0 commit d162ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend-vue/src/pages/analytics/Analytics.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<div>
<TabGroup @change="onTabChange" :selected-index="selectedViewTab">
<div class="my-5 justify-end sm:flex">
<div class="my-2 justify-end sm:my-5 sm:flex">
<TabList
class="flex divide-x divide-blue-500 overflow-hidden rounded-2xl border border-blue-500 text-xs text-blue-500 sm:w-fit lg:mr-10"
class="mx-2 flex divide-x divide-blue-500 overflow-hidden rounded-2xl border border-blue-500 text-xs text-blue-500 sm:mr-10 sm:w-fit"
>
<Tab
v-for="tabListOption of tabOptions"
Expand Down

0 comments on commit d162ee1

Please sign in to comment.