fix tailwind-v2 issues

This commit is contained in:
Mohit Panjwani
2021-01-06 21:12:22 +05:30
parent ed978d0174
commit 8eeafd3fed
23 changed files with 52 additions and 52 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="relative setting-main-container backup">
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $tc('settings.backup.title', 1) }}

View File

@ -1,6 +1,6 @@
<template>
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $t('settings.menu_title.custom_fields') }}

View File

@ -1,6 +1,6 @@
<template>
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $t('settings.expense_category.title') }}
@ -51,7 +51,7 @@
}}</span>
<div class="w-48 overflow-hidden notes">
<div
class="overflow-hidden whitespace-no-wrap"
class="overflow-hidden whitespace-nowrap"
style="text-overflow: ellipsis"
>
{{ row.description }}

View File

@ -1,7 +1,7 @@
<template>
<div class="setting-main-container backup">
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $tc('settings.disk.title', 1) }}

View File

@ -1,6 +1,6 @@
<template>
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $t('settings.customization.notes.title') }}

View File

@ -1,6 +1,6 @@
<template>
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $t('settings.customization.payments.payment_modes') }}

View File

@ -1,6 +1,6 @@
<template>
<sw-card variant="setting-card">
<div slot="header" class="flex flex-wrap justify-between lg:flex-no-wrap">
<div slot="header" class="flex flex-wrap justify-between lg:flex-nowrap">
<div>
<h6 class="sw-section-title">
{{ $t('settings.tax_types.title') }}

View File

@ -1,5 +1,5 @@
<template>
<form @submit.prevent="updateUserData" class="relative h-full">
<form class="relative h-full" @submit.prevent="updateUserData">
<base-loader v-if="isRequestOnGoing" :show-bg-overlay="true" />
<sw-card variant="setting-card">
<template slot="header">
@ -17,7 +17,7 @@
<div class="grid mb-4 md:grid-cols-6">
<div>
<label
class="text-sm not-italic font-medium leading-4 text-black whitespace-no-wrap"
class="text-sm not-italic font-medium leading-4 text-black whitespace-nowrap"
>
{{ $tc('settings.account_settings.profile_picture') }}
</label>
@ -114,9 +114,9 @@
</div>
<sw-button
class="mt-6"
:loading="isLoading"
:disabled="isLoading"
class="mt-6"
variant="primary"
>
<save-icon v-if="!isLoading" class="mr-2 -ml-1" />

View File

@ -1,6 +1,6 @@
<template>
<div>
<div class="flex flex-wrap justify-end mt-8 lg:flex-no-wrap">
<div class="flex flex-wrap justify-end mt-8 lg:flex-nowrap">
<sw-button size="lg" variant="primary-outline" @click="addItemUnit">
<plus-icon class="w-6 h-6 mr-1 -ml-2" />
{{ $t('settings.customization.items.add_item_unit') }}