mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
8 lines
276 B
CSS
8 lines
276 B
CSS
|
.wp-block-read-more{
|
||
|
display:block;
|
||
|
width:-moz-fit-content;
|
||
|
width:fit-content;
|
||
|
}
|
||
|
.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
|
||
|
text-decoration:none;
|
||
|
}
|