Making WordPress.org

Changeset 9497


Ignore:
Timestamp:
02/11/2020 09:05:23 PM (4 years ago)
Author:
coffee2code
Message:

Translate: Prevent long translator names from appearing under the "Editor" label when they wrap.

Props Presskopp, aftabmuni, coffee2code.
Fixes #4509.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r8766 r9497  
    17631763
    17641764.locale-project-contributors-group .avatar {
     1765    float: left;
    17651766    vertical-align: middle;
    17661767    margin-right: 10px;
     1768    margin-top: -0.5em;
    17671769}
    17681770
     
    18031805
    18041806.locale-project-contributors-table .contributor-name span {
     1807    float: left;
    18051808    font-size: 11px;
    18061809    display: block;
    18071810    margin-top: 13px;
     1811}
     1812
     1813.locale-project-contributors-table .contributor-name a {
     1814    display: inline-block;
     1815    margin-top: 0.5em;
    18081816}
    18091817
Note: See TracChangeset for help on using the changeset viewer.