vertically align checkboxes and radiobuttons
This commit is contained in:
+1
-7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user