<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 */
}</pre></body></html>