Skip to content
Snippets Groups Projects

Issue #3420357 - Drupal 10

Files
25
+ 8
3
@CHARSET "UTF-8";
.entity_type_collapsible { font-weight: bold; text-decoration: underline; cursor:pointer; }
.entity_type_child_title{ padding-left:20px}
\ No newline at end of file
.entity_type_collapsible {
cursor:pointer;
text-decoration: underline;
font-weight: bold;
}
.entity_type_child_title {
padding-left:20px;
}
\ No newline at end of file
Loading