body {
  overflow: inherit !important;
}
body .gin-entity-browser .entity-browser-form .views-row .views-field-name {
  padding: 0;
}
body .gin-entity-browser .entity-browser-form .views-row {
  width: auto;
}
body .gin-entity-browser .entity-browser-form .view-content {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 5px;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap !important;
}
