Page MenuHomePhorge

Fix invalid CSS vertical-align value for .fancy-datepicker-core
ClosedPublic

Authored by aklapper on Mon, Mar 24, 12:11.

Details

Summary

vertical-align: center is not a valid value per https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align.
Likely middle was meant.

Test Plan

Read CSS docs; check output of your web browser console. (Interstingly, https://jigsaw.w3.org/css-validator/validator does not complain.)

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

This revision is now accepted and ready to land.Tue, Mar 25, 13:24