.FormTest {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.FormTest .LuiTextInput {
  margin-bottom: 0;
}

.FormTest-textInput {
  width: 100px;
}
