Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Descenders are cut off in .ms-ListItem-tertiaryText #174

Closed
danyoel opened this issue Oct 6, 2015 · 1 comment
Closed

Descenders are cut off in .ms-ListItem-tertiaryText #174

danyoel opened this issue Oct 6, 2015 · 1 comment

Comments

@danyoel
Copy link

danyoel commented Oct 6, 2015

The style .ms-ListItem-tertiaryText cuts off descenders (the parts of a glyph below the text baseline). This reproes on Firefox 41.0.1 and IE 11.0.9600.

descender-cutoff

Sample code:

<div>
    <ul class="ms-List">
        <li class="ms-List-item">
            <div class="ms-ListItem">
                <span class="ms-ListItem-secondaryText">multimodel</span>
                <span class="ms-ListItem-tertiaryText">
                    <span>
                      This was a theme throughout the presser: 
                      New Metro funding passed last year,
                    </span>
              </span>
            </div>
        </li>
    </ul>
</div>
@ericthompson
Copy link
Contributor

Good catch - we should totally fix this. Probably because of a specifically set height. Looking into it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants