Display "Response Required" label if no value

This commit is contained in:
Andrew Croce
2018-08-14 16:27:58 -04:00
parent 03b6938e5d
commit 61cdbf7f62
2 changed files with 71 additions and 46 deletions

View File

@@ -52,9 +52,13 @@ dl {
}
dd {
-webkit-margin-start: 0;
.label {
margin-left: 0;
}
}
> div {
margin-bottom: $gap * 2;
}
}
}