Hi,
Using the .ms-long selector works only on plain text fields – are both fields multiline plain text?
Also, in DispForm you cannot user this selector as there is no textarea with this class. You must user something like this:
#dffs_YOUR_FIELD_NAME .ms-formbody{
width: 400px;
}
Replace YOUR_FIELD_NAME with the internal name of your field.
Alexander