.problem-report-dialog md-dialog-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.problem-report-dialog md-dialog-content .problem-report-text, .problem-report-dialog md-dialog-content .problem-report-data {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.problem-report-dialog md-dialog-content md-input-container {
  width: 100%;
  box-sizing: border-box;
}