vertically align checkboxes and radiobuttons

This commit is contained in:
Bruno Windels
2020-12-07 17:35:49 +01:00
parent e5fb5709f7
commit 639a189730
4 changed files with 12 additions and 8 deletions
+1 -7
View File
@@ -21,8 +21,7 @@ limitations under the License.
.ServerConsentView .actions label {
display: flex;
align-items: end;
gap: 5px;
align-items: center;
}
.ServerConsentView .actions {
@@ -45,11 +44,6 @@ limitations under the License.
align-items: center;
}
.ServerOptions label > span,
.ServerOptions label > .line {
margin-left: 8px;
}
.ServerOptions label > .line {
flex: 1;
border: none;