.jira-aui-dropdown2-trigger {
    padding-right: 24px !important;
    position: relative;
}

.aui-button.jira-aui-dropdown2-trigger::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    font-family: "Adgs Icons";
    font-weight: normal;
    font-style: normal;
    speak: none;
    content: "\f15b";
    font-size: 16px;
    height: 16px;
    line-height: 1;
    margin-top: -8px;
    position: absolute;
    right: 4px;
    top: 50%;
    text-indent: 0;
    width: 16px;
}