forked from noxious/client
Also converted zoneeditor styling to tailwind breakpoints
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<h3 class="m-0 font-medium shrink-0">{{ notification.title }}</h3>
|
||||
</template>
|
||||
<template #modalBody v-if="notification.message">
|
||||
<p class="m-[15px]">{{ notification.message }}</p>
|
||||
<p class="m-4">{{ notification.message }}</p>
|
||||
</template>
|
||||
</Modal>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user