﻿/* Text wrapping and overflow */
.sp-text-wrap {
    white-space: normal !important;
}

.sp-text-nowrap {
    white-space: nowrap !important;
}

.sp-text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
