Skip to content

Commit

Permalink
style: show text block
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Sep 25, 2021
1 parent 061e5c9 commit f0df982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/editor/main/EditorBaseBlocked.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<div class="z-50 flex justify-center items-center w-full h-editor">
<p class="wb-text font-bold">{{ t('editor.aside.project.blocked') }}</p>
<p class="wb-text font-bold text-base md:text-xl lg:text-2xl">
{{ t('editor.aside.project.blocked') }}
</p>
</div>
</template>

Expand Down

0 comments on commit f0df982

Please sign in to comment.