@import "../../common/_mixins";

.flex-grid {
  
  .type-string {
    height: 100%;
    
    &:not(.editing) {
      //padding: 3px 3px 0 3px;
    }
    
    input {
      width: 100%;
      height: 100%;
      border: none;
      padding: 0 0 0 3px;
      outline: none;
    }
    
    > div {
      height: 100%;
      width: auto;
      display: flex;
      min-width: 0;
      
      > span {
        flex: 1;
        align-self: center;
        @include text-elipsis();
      }
    }
  }
}
