
/* This fix is needed for the Bubbles Forums plugin at least for v2.0.3 beta 3 
   should keep trying with newer versions */

.active {
  /* Fix flame repeating issue */
  background-repeat: no-repeat;
  /* Fix menu issue where 'active' confluence menus 'vibrate'. */
  width: auto;
  height: auto;
}


