mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fix markdown highlighting
This commit is contained in:
@@ -104,15 +104,23 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
&.tabbed .v-textarea {
|
||||
border-top: none;
|
||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||
}
|
||||
|
||||
&.tabbed .preview-container {
|
||||
border-top: none;
|
||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||
}
|
||||
|
||||
&.tabbed .toolbar {
|
||||
border-bottom: none;
|
||||
}
|
||||
&.tabbed .expand {
|
||||
right: 0;
|
||||
}
|
||||
&.tabbed.hasScrollbar .expand {
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
::v-deep {
|
||||
.preview {
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user