fix: Dashboard overflow issue if there is banner (#7748)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<button class="header-section back-button" @click.capture="goBack">
|
||||
<button
|
||||
class="header-section flex items-center text-base font-normal mr-4 ml-2 cursor-pointer text-woot-500 dark:text-woot-500"
|
||||
@click.capture="goBack"
|
||||
>
|
||||
<fluent-icon icon="chevron-left" />
|
||||
{{ buttonLabel || $t('GENERAL_SETTINGS.BACK') }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user