Naomi 2020-06-08 20:43:51 +01:00
parent 6d93242fa9
commit 9af1d58de8
1 changed files with 7 additions and 0 deletions

View File

@ -78,3 +78,10 @@ table.views-table.views-view-table caption {
margin-top: 2em;
font-weight: bold;
}
/* remove "details" accordion, see https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view */
.views-table details {
display: none;
}