/* Admin form dimensions are controlled by the dialog layout, not by per-field drag handles. */
textarea {
  resize: none;
}

.setting-row.project-setting-row {
  grid-template-columns: minmax(128px, 0.7fr) minmax(224px, 1.5fr);
}

.project-setting-row input[readonly] {
  color: #526159;
  background: #f3f6f4;
  cursor: default;
}
