Definition list side-by-side without wrapping too-long lines
问题 I have a <dl> containing short <dt> texts and possibly long <dd> texts. In the layout where I'm using them I'd like them to appear side-by-side: /==============\ |DT DD........| |DT DD........| |DT DD........| \==============/ However, in case the DD's content is too long I just want it to be truncated ( overflow: hidden on the DL). One easy way would be giving the DD a max-width to avoid it to be come too big to fit in one line with the fixed-size DT. However, since the container's width is