css class of view is overriden by display format
Summary
When a user sets a css class while using a display format, the css class is overriden by the display format. Modify the implementation so that the class will be appended instead of overriding.
Possible fixes
In .module
file modify the implementation so that the class will be appended instead of overriding.