@media (max-width: 620px){

    .teacher_comment_actions{
        position: static !important;
        left: auto !important;
        top: auto !important;

        display: flex;
        flex-wrap: wrap;
        gap: 6px;

        margin-bottom: 10px;
        line-height: 1.9;
    }

    .teacher_comment_actions a{
        display: inline-block;
        margin: 0 !important;
        white-space: nowrap;
    }
}