/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.codeFieldTable {
  border-spacing: 0;
  width: 100%;
}
.codeFieldTable .codeFieldRow {
  vertical-align: initial;
}
.codeFieldTable input[type=text] {
  cursor: pointer;
  opacity: 0.8;
  width: 100%;
}

.actions button {
  margin-right: 15px;
}