-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix manual date inputting in the basic date picker (#12180)
* Fix manual date inputting in the basic date picker Manually typing a date would not always work in the basic date pickers. Especially in the work package edit views, singular keyboard inputs would trigger a work package save, which would render an error right away. This commit fixes that. Adresses https://community.openproject.org/work_packages/46211/activity#activity-13 * Fix linting errors
- Loading branch information
Yule
authored
Mar 1, 2023
1 parent
750310c
commit a14c123
Showing
5 changed files
with
46 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
display: flex | ||
|
||
&_reversed | ||
margin-left: auto | ||
padding-left: 0.5rem | ||
padding-right: 0 | ||
|
||
|