summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/details/style.css
blob: 4e364105d7e0f69dc965fa40cf5769c9864b67ef (plain)
1
2
3
4
5
6
7
8
.wp-block-details{
  box-sizing:border-box;
  overflow:hidden;
}

.wp-block-details summary{
  cursor:pointer;
}