Page MenuHomePhorge

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

Authored by aklapper on Mon, Mar 24, 12:11.
Tags
None
Referenced Files
F3344842: D25920.1743684780.diff
Wed, Apr 2, 12:53
F3344217: D25920.1743683587.diff
Wed, Apr 2, 12:33
F3341682: D25920.1743656175.diff
Wed, Apr 2, 04:56
F3339361: D25920.1743618382.diff
Tue, Apr 1, 18:26
F3331228: D25920.1743503735.diff
Mon, Mar 31, 10:35
F3331197: D25920.1743502746.diff
Mon, Mar 31, 10:19
F3324487: D25920.1743401277.diff
Sun, Mar 30, 06:07
F3320456: D25920.1743329863.diff
Sat, Mar 29, 10:17

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