.MuiInputLabel-root{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  height: 100%;
}
.MuiInputLabel-shrink{
  max-width: 109%;
}