.x-text-field {
  width: 100%;
  max-height: 32px;
  padding: 8px 0;
  border-style: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.x-text-field:focus {
  outline: none;
}