Skip to content

Commit

Permalink
make date visible on ff (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Jul 18, 2024
1 parent a1accba commit 04167bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timetagger/app/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def __init__(self, node, callback, t1, t2, mode):

# Styling
self.gridnode.style.display = "grid"
self.gridnode.style.gridTemplateColumns = "auto 130px 140px 2fr"
self.gridnode.style.gridTemplateColumns = "auto 140px 140px 2fr"
self.gridnode.style.gridGap = "4px 0.5em"
self.gridnode.style.justifyItems = "stretch"
self.gridnode.style.alignItems = "stretch"
Expand Down

0 comments on commit 04167bd

Please sign in to comment.