XF 1.5 CSS help for a sec please

DieselMinded

Well-known member
www.mymilitia.com

I don't like how the time goes on a new line... i think the css to fix is this...

Code:
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

but i don't know where to put it?

333.webp
 
EXTRA.css.

i have this for another part of my site...

Code:
.extraUserInfo.is-expanded dd {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;   
}

I just need to know what i need to put in EXTRA.css to keep the Latests Posts/Threads in BD Widget Frame Work from starting a new line because of long user names
 
Top Bottom