.enable_truncate {
    overflow: hidden;
    height: 100%;
    transition: max-height 0.3s ease-in-out;
}

.enable_truncate-button {
    margin-top: 10px;
    text-decoration: underline;
}

.enable_truncate-button:hover {
    cursor: pointer;
}