.ProseMirror {
    min-height: 150px;
}

.tiptap {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* Placeholder (at the top) */
.ProseMirror p.is-editor-empty:first-child::before {
    content: attr(data-placeholder);
    float: left;
    color: #adb5bd;
    pointer-events: none;
    height: 0;
}

.prose li p {
    margin-top: 0;
    margin-bottom: 0;
}

.prose p {
    margin-bottom: 0;
    margin-top: 0;
}

.prose.ProseMirror {
    max-width: 100%;
}
.join{
    display: flex;
}
.join-item:not(:first-child){
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.join-item:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tiptap .tippy-content{
    padding: 0;
    background-color: transparent;
}
.tiptap .tippy-arrow{
    display: none;
}