cba989722b
* Update empty state copy * Various copy changes * Make search smaller * Tweak spacings * Better position search * Polish styling of button group * Add tooltip to visibility icons * Fix position of saved view tooltip * Changes to ··· menus * Update copy in view details modal * Fix styling of group empty state * Fix width of group title while renaming * Capitalize date * Change icon color * Fix truncation * Add tooltips to all actions * Undo truncation hover fix I need to find a different way to fix this. Later.
8 lines
160 B
Vue
8 lines
160 B
Vue
<template>
|
|
<div
|
|
class="flex rounded-md bg-highlight-1 border border-outline-2 overflow-hidden self-start gap-x-0.5"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|