summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/read-more/style-rtl.css
blob: 8cfefa83df27d50fb679fe2892c9527337cb880b (plain)
1
2
3
4
5
6
7
8
.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;
}