removed "details", see `https://drupal.stackexchange.com/questions/294312/why-has-this-details-accordion-appeared-in-this-view
This commit is contained in:
parent
6d93242fa9
commit
9af1d58de8
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user