/* Bugfix: Show scrollbars on IE to stop site nudges */
html{
    overflow-y: scroll;
}

/* Bugfix: Prevent wide glyphicon cutoff */
.glyphicon {
    width: 28px;
    text-align: center;
}

/* Bugfix: Better spacing now icons are wider */
.admin-module-panel .admin-item-title .glyphicon {
    left: -32px;
}

label {
  display: inline;
}

