@media (min-width: 768px){
.dl-horizontal dt{text-overflow:initial;white-space:normal}
}
Most specifically the max-width vs the min-width.Your CSS code not seems related to DL,DD,DT tags and directives text-overflow and white-space.