WordPress / Learn

WordPress.org Learn - The canonical source for the code and content behind https://learn.WordPress.org
266 stars 91 forks source link

Filter Dropdown alignment issue #2110

Open DarshitRajyaguru opened 9 months ago

DarshitRajyaguru commented 9 months ago

Description

On Page: https://learn.wordpress.org/online-workshops/

Filter Items DropDown has an alignment issue. The dropdown does not properly align the middle cause of other margin-bottom CSS from the parent class.

Steps

  1. Go to https://learn.wordpress.org/online-workshops/ page.
  2. Scroll down and Go to the Calendar of Online Workshops.
  3. You have seen the issue at Filter Dropdown.(Screenshot given below)

Screenshots

Screenshot: https://prnt.sc/K3FEHIiNoICQ

bsanevans commented 9 months ago

//dev

jonathanbossenger commented 9 months ago

The CSS being applied here:

.css-1t5ousf {
    margin-bottom: calc(8px); 
}
stgeer commented 4 months ago

@devmuhib009 if you are no longer working on this, feel free to assign to me and I can address.

devmuhib009 commented 4 months ago

Hi, I am not working on this. Please take care of it.