Date field misaligned in Firefox

Summary

For the Audit events table, the From and To fields have an odd alignment issue.

Steps to reproduce

Try in Firefox and Chrome

  • Admin Area > Monitoring > Audit Log
  • Any Project > Settings > Audit Events

Example Project

What is the current bug behavior?

Happens in Firefox

Admin Area > Audit Log Settings > Audit Events
Screen_Shot_2020-11-12_at_14.02.16 Screenshot_2020-11-12_Audit_Events___Settings___Gitlab_Org_Gitlab_Shell

What is the expected correct behavior?

Looks fine in Chrome

Admin Area > Audit Log Settings > Audit Events
Screen_Shot_2020-11-12_at_2.06.27_PM Screen_Shot_2020-11-12_at_2.06.57_PM

Relevant logs and/or screenshots

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

Use align-items: flex-end instead of align-items: baseline.

Edited by Jiaan Louw