|
@@ -565,6 +565,10 @@ input[type="submit"], button {
|
|
|
flex-flow: column;
|
|
|
}
|
|
|
|
|
|
+ .flex-container.checkbox-row {
|
|
|
+ flex-flow: row;
|
|
|
+ }
|
|
|
+
|
|
|
textarea {
|
|
|
max-width: none;
|
|
|
}
|
|
@@ -598,10 +602,6 @@ input[type="submit"], button {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
|
- .aligned .checkbox-row {
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
.aligned .checkbox-row input {
|
|
|
flex: 0 1 auto;
|
|
|
margin: 0;
|