.mklk {
    display: inline-block; /* Makes the width adjustable */
    overflow: hidden;     /* Hides overflow text */
    white-space: nowrap;  /* Prevents text wrapping */
    text-overflow: ellipsis; /* Adds ellipsis for overflow text */
}