Make WordPress Core

Ticket #38876: 38876.diff

File 38876.diff, 716 bytes (added by odysseygate, 9 years ago)
  • src/wp-content/themes/twentyseventeen/style.css

     
    20142014        color: #222;
    20152015        display: inline-block;
    20162016        margin-left: 1em;
     2017        white-space: nowrap;
    20172018}
    20182019
    20192020.search .page .entry-meta a.post-edit-link {
    20202021        margin-left: 0;
     2022        white-space: nowrap;
    20212023}
    20222024
    20232025.taxonomy-description {
     
    21342136        padding: 0.7em 2em;
    21352137        -webkit-transition: background-color 0.2s ease-in-out;
    21362138        transition: background-color 0.2s ease-in-out;
     2139        white-space: nowrap;
    21372140}
    21382141
    21392142.entry-footer .edit-link a.post-edit-link:hover,