1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

[bug] with Firefox browser, the texts in date inputs are shifted to the bottom

This commit is contained in:
Sylvain 2020-03-02 11:46:56 +01:00
parent f1928c0d4c
commit 6748a1aca1
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,8 @@
- Fix a bug: theme colors must be selected twice before the changes became effective
- Fix a bug: datepicker does not work in profile completion screen
- Fix a bug: unable to select a group in profile completion screen
- Fix a bug: in some cases, bogus admin notification on profile completed
- Fix a bug: in some cases, bogus admin notification on profile completed
- Fix a bug: with Firefox browser, the texts in date inputs are shifted to the bottom
- Fix a security issue: updated loofah to fix [CVE-2019-15587](https://github.com/advisories/GHSA-c3gv-9cxf-6f57)
- Fix a security issue: updated angular to 1.7.9 to fix [CVE-2019-10768](https://github.com/advisories/GHSA-89mq-4x47-5v83)
- Fix a security issue: updated puma to 3.12.2 to fix [GHSA-7xx3-m584-x994](https://github.com/advisories/GHSA-7xx3-m584-x994)

View File

@ -673,3 +673,7 @@ padding: 10px;
display: inline-block;
}
}
input[type=date].form-control {
line-height: 25px;
}