.editable-wrapper {
    position: relative;
}

.editable-wrapper .btn-warning {
    position: absolute;
    top: -30px;
    right: 10px;
    z-index: 10;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: orange;
    border: none;
}