Merge branch 'develop' of https://dev.azure.com/olympusai/Olympus/_git/hermione-fe into develop
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@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
|
||||||
|
}
|
||||||
|
|||||||
@@ -31,8 +31,7 @@
|
|||||||
<TabPanel value="class-description">
|
<TabPanel value="class-description">
|
||||||
<div class="flex justify-end">
|
<div class="flex justify-end">
|
||||||
<Button label="Execute RE Class"
|
<Button label="Execute RE Class"
|
||||||
severity="secondary"
|
@click="openToastRE"
|
||||||
rounded @click="openToastRE"
|
|
||||||
v-tooltip.left="'Execute reverse engeenering for the class selected'"
|
v-tooltip.left="'Execute reverse engeenering for the class selected'"
|
||||||
:disabled="loadingStore.re_loading">
|
:disabled="loadingStore.re_loading">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user