Files
medicalalert-web-reloaded/wp/wp-includes/blocks/read-more/style.css
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

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;
}