fix: broken draw io diagram on rtl mode, improve elasticsearch config (#2647)

* - Modify elastic settings
- Add tags field to index
- Modify elastic search query
- Remove empty entities from build suggests list

* Fix map parser error

* - Fix broken drawio svg diagram (rtl issue)

* - Restore the spaces in objects to respect the project formatting rules.
- Omit explanation line
This commit is contained in:
avioral
2020-11-02 18:58:12 +02:00
committed by NGPixel
parent a3513b1bdf
commit 089b7850d9
2 changed files with 36 additions and 29 deletions

View File

@@ -583,6 +583,9 @@
.diagram {
margin-top: 1rem;
svg:first-child {
direction: ltr;
}
}
// ---------------------------------