@unicef-polymer/etools-form-builder 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -170,6 +170,25 @@ export class AbstractFieldBaseClass extends LitElement {
|
|
|
170
170
|
flex: 0 1 auto;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
+
|
|
174
|
+
@media print {
|
|
175
|
+
.question-control {
|
|
176
|
+
align-items: start;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
:host(text-field) .question-control {
|
|
180
|
+
min-height: 150px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.question-control .container paper-radio-group {
|
|
184
|
+
flex-direction: column;
|
|
185
|
+
opacity: 1 !important;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.finding-container {
|
|
189
|
+
flex-direction: column;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
173
192
|
`
|
|
174
193
|
];
|
|
175
194
|
}
|