Fixing alignment of checkbox on confirm screen. Fixes #607

This commit is contained in:
Jonathan Kingston
2017-06-22 15:34:36 +01:00
parent 6292d9b25d
commit a8cac47125
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -71,3 +71,8 @@ dfn {
.button-container > button {
min-inline-size: 240px;
}
.check-label {
align-items: center;
display: flex;
}