fix: remove extra top margin from notifications
This commit is contained in:
parent
82d6b2ad29
commit
0f477236ac
2 changed files with 6 additions and 5 deletions
|
@ -29,7 +29,7 @@ useCommands(() => command
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div flex w-full items-center lg:text-lg of-x-auto scrollbar-hide>
|
||||
<div flex w-full items-center lg:text-lg of-x-auto scrollbar-hide border="b base">
|
||||
<template
|
||||
v-for="(option, index) in options"
|
||||
:key="option?.name || index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue