Make WordPress Core

Ticket #56397: 56397.diff

File 56397.diff, 900 bytes (added by sabernhardt, 4 years ago)

adds display: inline-block to the required fields message

  • src/wp-content/themes/twentytwenty/style-rtl.css

     
    38973897        text-align: center;
    38983898}
    38993899
     3900.comment-respond .required-field-message {
     3901        display: inline-block;
     3902}
     3903
    39003904.comment-respond p {
    39013905        line-height: 1.1;
    39023906        margin-bottom: 2rem;
  • src/wp-content/themes/twentytwenty/style.css

     
    39333933        text-align: center;
    39343934}
    39353935
     3936.comment-respond .required-field-message {
     3937        display: inline-block;
     3938}
     3939
    39363940.comment-respond p {
    39373941        line-height: 1.1;
    39383942        margin-bottom: 2rem;