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 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
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user