Lexy Walker
Results
2
issues of
Lexy Walker
Indenting anything except labels works in the theme. Managed to fix it by including this in our child theme: `.mod-indent { min-height: 1px; } .mod-indent-outer > div { display: table-cell;...
In `src/widgets/pages/hypertext.rs`, where `tag_h1`, `tag_h2` and `tag_h3` are defined, certain properties are called. The following lines appear after `tag_h1` is defined: ``` tag_h1.set_scale(2.0); tag_h1.set_sentence(true); ``` The following lines appear after...
bug