.editor-plugin-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 56px;
  background-color: #fff;
  box-sizing: content-box;
  border-bottom: 1px solid #e7e8ea;
}
.editor-plugin-header-left {
  flex: 2;
  padding-left: 24px;
}
.editor-plugin-header-center {
  width: 100%;
  overflow-x: auto;
}
.editor-plugin-header-center::-webkit-scrollbar {
  display: none;
}
.editor-plugin-header-right {
  flex: 2;
  padding-right: 24px;
}
