jsfmt.spec.js.snap 351 B

123456789101112131415
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`params.css 1`] = `
  3. .clusterPlannerDialog input[type="text"],
  4. .clusterPlannerDialog .uiTypeahead {
  5. width: 220px;
  6. }
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. .clusterPlannerDialog input[type="text"],
  9. .clusterPlannerDialog .uiTypeahead {
  10. width: 220px;
  11. }
  12. `;