Skip to content

Instantly share code, notes, and snippets.

@freshface
Created March 7, 2017 12:24
Show Gist options
  • Save freshface/db70f9ae1b2047d9250a00960b97a55c to your computer and use it in GitHub Desktop.
Save freshface/db70f9ae1b2047d9250a00960b97a55c to your computer and use it in GitHub Desktop.
editor_content.scss fix
.cke_panel_block[title="Formatting Styles"] ul:last-child,
.cke_panel_block[title="Formatting Styles"] h1:last-of-type,
.cke_panel_block[title="Opmaakstijlen"] ul:last-child,
.cke_panel_block[title="Opmaakstijlen"] h1:last-of-type {
display: none;
}
.cke_panel_block[title="Formatting Styles"],
.cke_panel_block[title="Paragraph Format"],
.cke_panel_block[title="Opmaak"],
.cke_panel_block[title="Opmaakstijlen"] {
ul li {
* { padding: 4px;
margin: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment