.table-scroll td .cell-select,
.table-scroll td .cell-select.mo-colored-select {
  width: var(--mo-dropdown-width, 140px) !important;
  min-width: var(--mo-dropdown-width, 140px) !important;
  max-width: var(--mo-dropdown-width, 140px) !important;
  padding-left: 16px !important;
  padding-right: 32px !important;
}

.table-scroll td:has(.cell-select) {
  min-width: 0 !important;
  width: auto !important;
}

#mo-status-dropdown {
  min-width: 0 !important;
  max-width: none !important;
}
