You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
276 B

1 year ago
  1. .wp-block-read-more{
  2. display:block;
  3. width:-moz-fit-content;
  4. width:fit-content;
  5. }
  6. .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{
  7. text-decoration:none;
  8. }