wp-productzilla/wp-includes/blocks/read-more/style.css
rizal.productzilla b8ae357805 cloning program
2024-04-01 13:15:25 +07:00

8 lines
276 B
CSS
Executable File

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