fix: Editor file upload browser showing bug (#8019)

This commit is contained in:
Sivin Varghese
2023-09-29 17:53:54 +05:30
committed by GitHub
parent 8ce7539c5e
commit 845b0c0a68
7 changed files with 59 additions and 57 deletions

View File

@@ -711,6 +711,6 @@ export default {
}
.editor-warning__message {
@apply text-red-400 dark:text-red-400 font-normal pt-1 pb-0 px-0;
@apply text-red-400 dark:text-red-400 text-sm font-normal pt-1 pb-0 px-0;
}
</style>