Merge branch 'fix'
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// Code (inline and block)
|
||||
|
||||
// Inline and block code styles
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: @font-family-monospace;
|
||||
font-family: var(--font-family-monospace);
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
// Inline code
|
||||
|
||||
@@ -4191,6 +4191,14 @@ body > .autocomplete-suggestions.text-search-suggestions {
|
||||
margin-top: var(--3px);
|
||||
}
|
||||
|
||||
.ace-tm {
|
||||
font-variant-ligatures: none;
|
||||
|
||||
.ace_content {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
}
|
||||
|
||||
@import "misc/kanban.less";
|
||||
@import "misc/wysiwyg.less";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user