I found that on drupal installations with many entities, on the /admin/structure/domain/fields/x page, the rightmost tabs might be hidden from view. On the attached pic the "user" tab for example is off the screen.

CommentFileSizeAuthor
Screenshot 2019-06-02 at 06.34.18.png116.86 KBsano

Comments

sano created an issue.

sano’s picture

I realized this might actually be a problem with the particular theme I am using (Seven). In that case, a simple fix seems to be to change definition of the css style affecting display of the tabs by removing the "height" property:

ul.primary {
    float: right;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 0.923em;
    height: 2.60em;
    margin: 0;
    padding-top: 0;
}

edited: changed the theme name