Fix minor issues
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="flex-1 overflow-auto p-4">
|
||||
<div class="row">
|
||||
<div class="flex">
|
||||
<open-conversations />
|
||||
|
||||
<div class="column small-12 medium-4 flex">
|
||||
<div class="flex-1 w-full max-w-full md:w-[35%] md:max-w-[35%] flex">
|
||||
<metric-card
|
||||
:header="$t('OVERVIEW_REPORTS.AGENT_STATUS.HEADER')"
|
||||
class="flex-1"
|
||||
|
||||
+4
-2
@@ -50,9 +50,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="column small-12 medium-8 conversation-metric">
|
||||
<div
|
||||
class="flex-1 w-full max-w-full md:w-[65%] md:max-w-[65%] conversation-metric"
|
||||
>
|
||||
<metric-card
|
||||
class="overflow-visible min-h-[150px]"
|
||||
class="!overflow-visible min-h-[150px]"
|
||||
:header="$t('OVERVIEW_REPORTS.ACCOUNT_CONVERSATIONS.HEADER')"
|
||||
:is-loading="uiFlags.isFetchingAccountConversationMetric"
|
||||
loading-message="Loading metrics"
|
||||
|
||||
Reference in New Issue
Block a user