| @@ -1,18 +1 @@ | ||
| 1 | - | |
| 2 | -.ablocks-text-path { | |
| 3 | - display: flex; | |
| 4 | - box-sizing: border-box; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.ablocks-text-path svg { | |
| 8 | - height: auto; | |
| 9 | - max-width: 100%; | |
| 10 | - overflow: visible; | |
| 11 | - width: var(--width); | |
| 12 | -} | |
| 13 | - | |
| 14 | -.ablocks-text-path text { | |
| 15 | - fill: currentColor; | |
| 16 | - cursor: pointer; | |
| 17 | - text-decoration: none; | |
| 18 | -} | |
| 1 | +.ablocks-block--text-path .ablocks-block-container,.ablocks-block--text-path:not(.ablocks-block-container){box-sizing:border-box;display:flex;width:100%}.ablocks-path-text-path{height:auto;max-width:100%;overflow:visible;width:var(--width)}.ablocks-text-path-text-parent{cursor:pointer;fill:currentColor;text-decoration:none} | |