This commit is contained in:
Florinda
2025-02-17 11:55:36 +01:00
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.editor ul, .md-editor-preview ul{
list-style-type: disc !important;
}
.editor ol, .md-editor-preview ol{
list-style-type: decimal !important;
}
.editor .md-editor-preview{
word-break: break-word
}

View File

@@ -31,8 +31,7 @@
<TabPanel value="class-description">
<div class="flex justify-end">
<Button label="Execute RE Class"
severity="secondary"
rounded @click="openToastRE"
@click="openToastRE"
v-tooltip.left="'Execute reverse engeenering for the class selected'"
:disabled="loadingStore.re_loading">