You are here

ckeditor-images-gallery.css in CKEditor Images Gallery 8

.cke-ig {
  display: inline-flex;
  line-height: 0;
  flex-wrap: wrap;
  border: 1px solid #191919;
  margin-bottom: 5px;
}
.cke-ig img {
  height: 120px;
  width: auto;
  flex: 1 0 auto;
  margin: 5px;
}

File

css/ckeditor-images-gallery.css
View source
  1. .cke-ig {
  2. display: inline-flex;
  3. line-height: 0;
  4. flex-wrap: wrap;
  5. border: 1px solid #191919;
  6. margin-bottom: 5px;
  7. }
  8. .cke-ig img {
  9. height: 120px;
  10. width: auto;
  11. flex: 1 0 auto;
  12. margin: 5px;
  13. }