mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-01 14:08:07 +01:00
4 lines
103 B
CSS
4 lines
103 B
CSS
|
.wp-block-post-content.wp-block-post-content{
|
||
|
-webkit-user-select:none;
|
||
|
user-select:none;
|
||
|
}
|