Skip to content

Commit

Permalink
Merge pull request corona-warn-app#5001 from corona-warn-app/fix/1441…
Browse files Browse the repository at this point in the history
…2-contct-diary-ui-issue

Fix/14412 Contact Diary Warn others entry UI issue
  • Loading branch information
puneetmahali1 authored Jan 18, 2023
2 parents a45d4e8 + 2281f01 commit b38a826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class DiaryOverviewDayTableViewCell: UITableViewCell {
horizontalStackView.leadingAnchor.constraint(equalTo: containerView.leadingAnchor),
horizontalStackView.topAnchor.constraint(equalTo: containerView.topAnchor, constant: 16.0),
horizontalStackView.trailingAnchor.constraint(equalTo: containerView.trailingAnchor),
horizontalStackView.bottomAnchor.constraint(equalTo: containerView.bottomAnchor)
horizontalStackView.bottomAnchor.constraint(equalTo: containerView.bottomAnchor, constant: -12.0)
]
)

Expand Down

0 comments on commit b38a826

Please sign in to comment.