mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:05:11 +08:00
docs: lfx compatibility matrix and lfx serve updates (#13518)
* docs-add-existing-changes * fix-combining-of-glyphs * docs-lfx-compatibility * peer-review
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
/* Geist Mono (and other ligature-enabled fonts) merge ~= into one glyph in inline code */
|
||||
code,
|
||||
pre code {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
.docusaurus-highlight-code-line {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user