/* Intrinsic form-control widths must not widen compact grid columns. */
input,
textarea,
select,
button,
.button {
  min-width: 0;
}
