mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
8 lines
112 B
CSS
8 lines
112 B
CSS
|
.wp-block-details{
|
||
|
box-sizing:border-box;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
|
||
|
.wp-block-details summary{
|
||
|
cursor:pointer;
|
||
|
}
|