On the docs, we see this:
I try to reproduce:
But this is the result:
Anyone can help here? I need to do exactly what the dos say.
On the docs, we see this:
I try to reproduce:
But this is the result:
Anyone can help here? I need to do exactly what the dos say.
It works just like the docs say –
世[よ]の 中[なか]<br>
世[よ]の中[なか]
's are the issue, but try deleting them.What is your desktop version?
世[よ]の 中[なか]
<div class="container">
<div class="top">
{{furigana:Pinyin da Frase}}
</div><!--top-->
.container {
display: flex;
flex-direction: column;
text-align: center;
height: 100dvh;
padding:1.5rem;
margin:0;
box-sizing: border-box;
justify-content: center;
align-items: center;
background-clip: content-box;
}
.top {
display:flex;
flex-wrap: wrap;
justify-content: center;
margin: 1rem 1rem 0.5rem 1rem;
padding: 0px;
margin-top: auto;
}
25.02 on Windows 11.
When you remove those classes, does it appear correctly?