In my Rails app, I only include the uploads and images styles in application.css:
*= require condo_interface/uploads
*= require condo_interface/images
This helps me avoid using the Boostrap file provided with condo_interface so I don't end up with any conflicts. Unfortunately, this appears to keep the interface from rendering consistently with the screenshot provided in the README.
I get this sort of rendering in Chrome on Mac, for example:

Issues I've noticed:
- Vertical alignment of elements in table isn't consistent
- File field within button is not being hidden
- Large amount of space on left side of uploaded files table
- "Document" icon to left of file name not appearing
- Buttons at bottom get cut off
Note that when I do use the condo-provided Bootstrap file, I get the exact same rendering issues.
In my Rails app, I only include the
uploadsandimagesstyles inapplication.css:This helps me avoid using the Boostrap file provided with
condo_interfaceso I don't end up with any conflicts. Unfortunately, this appears to keep the interface from rendering consistently with the screenshot provided in the README.I get this sort of rendering in Chrome on Mac, for example:
Issues I've noticed:
Note that when I do use the condo-provided Bootstrap file, I get the exact same rendering issues.