/** Your custom control-panel styles here **/
.fa-line-break::before {
    content: "⤶";
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.hyphenate {
    -webkit-text-decoration: underline dashed;
            text-decoration: underline dashed;
    text-underline-offset: 4px;
    text-decoration-color: gray;
}
