Div.contents-title - padding hasno effect (v9.2.4)

The bottom part of the Contents Title (in Tibetan script) is not showing. I have tried increasing the bottom padding to very large amounts but I do not see any change regarding the bottom of the Contents Title text being visible.

Screenshot 2022-06-05 121922

If you check out the CSS Box Model (CSS Box Model), the padding is outside the content, so I’m thinking the clipping has already happened - possibly a font issue? It may be possible to set the height of the content box, to give it more room (CSS Height, Width and Max-width). So try going to the CSS tab and manually entering a height amount, like “height: 40px;”, to see if that makes any difference.

I agree with Jeff about the padding.

It may be you have to reduce the font-size.
Or you could try line-height:120% to see if that helps without reducing the font size.

Ian,
I already tried reducing font size without success.

I tried this but no change:
ui.contents-title {
line-height: 120%;
font-family: font3;
font-size: 20sp;
font-weight: normal;
color: white;
padding-bottom: 0;
padding-top: 0;
font-style: normal;
}

I tried this, but no change.

ui.contents-title {
height: 40px;
font-family: font3;
font-size: 20sp;
font-weight: normal;
color: white;
padding-bottom: 24px;
padding-top: 0;
font-style: normal;
}

Also tried this, but no change:

ui.contents-title {
line-height: 200%;
font-family: font3;
font-size: 20sp;
font-weight: normal;
color: white;
padding-bottom: 20%;
padding-top: 0;
font-style: normal;
box-sizing: border-box;
}

Reduce the padding-bottom to 0, it would be taking up space.

Tired this, but no change:

ui.contents-title {
line-height: 200%;
font-family: font3;
font-size: 20sp;
font-weight: normal;
color: white;
padding-bottom: 0;
padding-top: 0;
font-style: normal;
}

Okay I’ll write this bug up.

I’ll need a sample file that has the data that causes the error and the font.

App Name that displays the problem: གསོ་བ་བདེ་ཀུཔ་ལྷུ་ཏུ་བ།།
Font: “Kokila” (Devanagari)

However, it getting you the font name, I realized I was using the incorrect font. When I switched to “Amdo Classic 1” Tibetan font, the problem was completely resolved, no special config required.

Tibetan characters are much taller than Devanagari, so maybe that confused the RAB software? not sure…

So you are saying the issue is resolved?

After I changed the font, the problem was gone. I’m not sure why.

I’m not a font expert but I suspect the font you were using is not built well built. Having descenders going lower than they should.