Skip to content

Commit

Permalink
Merge pull request #96 from hmrc/DC-6912F
Browse files Browse the repository at this point in the history
DC-6912: fix accessibility for keyboard
  • Loading branch information
muralishub authored Nov 21, 2024
2 parents 79dbb26 + 0d13db1 commit 5d05c19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/partials/messageInbox.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@
}

.govuk-table__cell {
padding: 10px 20px 0 0;
padding: 10px 20px 10px 0;
}

.govuk-table__cell:last-child, .govuk-table__header:last-child {
padding-left: 200px;
padding-right: 0;
}

Expand Down

0 comments on commit 5d05c19

Please sign in to comment.