Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/post-title/style-rtl.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + .wp-block-post-title{
2 + box-sizing:border-box;
3 + word-break:break-word;
4 + }
5 + .wp-block-post-title :where(a){
6 + display:inline-block;
7 + font-family:inherit;
8 + font-size:inherit;
9 + font-style:inherit;
10 + font-weight:inherit;
11 + letter-spacing:inherit;
12 + line-height:inherit;
13 + text-decoration:inherit;
14 + }