@prefix: table;

.@{prefix} {
  &- {
    &root {
    }

    &operator-item {
      white-space: nowrap;
    }

    &img-wrapper {
      > img {
        width: auto !important;
        max-height: 100px;
      }
    }
  }
}
