/* Display text and icon nicely vertically aligned */
.edit-page-source {
    display: flex;
    align-items: center;
}