Skip to content

Commit

Permalink
fix(popup): Fix time entry vertical alignment
Browse files Browse the repository at this point in the history
- line up description and duration correctly
  • Loading branch information
lise-toggl authored and shantanuraj committed Dec 11, 2019
1 parent 5d6d918 commit 835a2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scripts/components/TimeEntriesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const EntryItemText = styled.div`
> * {
display: flex;
align-items: center;
height: 25px;
height: 22px;
}
`;

Expand All @@ -389,6 +389,8 @@ const EntryItemActions = styled.div`
> * {
height: 22px;
display: flex;
align-items: center;
}
`;

Expand Down

0 comments on commit 835a2d1

Please sign in to comment.