@import "../../../styles/vars.scss";

.honjo-file-viewer {
  max-height: 23px;

  .el-image {
    .el-image__error {
      display: none;
    }
  }
}

.honjo-file-viewer__content {
  font-size: 14px;
  color: $text-regular-color;
  display: flex;
}

.honjo-file-viewer__text {
  margin: 0 4px;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: $color-primary;
}

.honjo-file-viewer__suffix {
  flex: 1 0 auto;
}
