
.ngtable_action_button {
  width: 70px;
  margin: 2px;
}

/* Fix proto overflow issues */
.proto {
  word-break: break-all;
  white-space: pre-wrap;
  width:100%;
}

/* Fix an issue where large tables would get cutoff in Chrome */
md-tab-content.md-left:not(.ng-animate) {
  opacity: 0;
  width: 0;
}
md-tab-content.md-right:not(.ng-animate) {
  opacity: 0;
  width: 0;
}


