Same filename and directory in other branches
  1. 7.x-1.x fitvids.css 1 comment
  2. 8.x-1.x fitvids.css 1 comment
/*
 * Fix to stop CKeditor widgets disappearing
 * See https://drupal.org/comment/8263377#comment-8263377
 * */
.cke.cke_chrome{
  visibility:inherit;
}

File

./fitvids.css

View source
  1. /*
  2. * Fix to stop CKeditor widgets disappearing
  3. * See https://drupal.org/comment/8263377#comment-8263377
  4. * */
  5. .cke.cke_chrome{
  6. visibility:inherit;
  7. }