[wp-trac] [WordPress Trac] #51249: design issue under customize input box for Schedule in 5.5.1

WordPress Trac noreply at wordpress.org
Thu Jan 23 07:56:37 UTC 2025


#51249: design issue under customize input box for Schedule in 5.5.1
-------------------------------------------------+-------------------------
 Reporter:  rkradadiya                           |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Future
                                                 |  Release
Component:  Customize                            |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch 2nd-opinion needs-refresh  |     Focuses:  ui, css
-------------------------------------------------+-------------------------

Comment (by ankitkumarshah):

 Hi @karmatosed,
 I have checked the issue in the trunk, and it still persists.

 [[Image(https://i.postimg.cc/SQww3Lrd/image.png)]]


 Implementing the following resolves the issue:

 {{{
 date-time-fields .date-input.day,
 .date-time-fields .date-input.hour,
 .date-time-fields .date-input.minute {
         width: 46px;
         width: 52px;
 }

 .wp-core-ui .date-time-fields .day-fields.clear select,
 .wp-core-ui .date-time-fields .time-fields.clear select {
         vertical-align: top;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51249#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list