.navbar-header {
    display:flex;
}

.active-project-bar  {
    background-color: red;
    color: white;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    padding: 2px 40px 9px 40px;;
    font-size: 18px;
    margin-left: 40px;
}

.active-project-bar span {
    font-size: 24px;
    display: block;
    margin-left: 10px;
    margin-bottom: -2px;

}

.bug-id-span {
   color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}