button.iron-confirmButton {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

button.iron-confirmButton:disabled {
  cursor: not-allowed;
}
