Skip to content

Instantly share code, notes, and snippets.

@slejnej
slejnej / 3059845-add-support-for-inline-widget-display-25.patch
Last active July 23, 2020 12:21
Drupal 8 - entity_reference_tree (new inline display support)
diff --git a/css/entity-reference-tree.css b/css/entity-reference-tree.css
index 7dff60d..5b19f09 100644
--- a/css/entity-reference-tree.css
+++ b/css/entity-reference-tree.css
@@ -1,4 +1,9 @@
-#entity-reference-tree-selected-text {
+.entity-reference-tree-selected-text {
font-weight: 600;
margin-top: 1em;
}