mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-01 05:57:55 +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;
|
||
|
}
|