/* Hide the icon */
.cke_button__buttons_icon {
  display: none !important;
}

/* Show the label */
.cke_button__buttons_label {
  display: inline !important;
}
