﻿.kv-panel-ul > li > p > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
