Skip to content

Style clash when using Bootstrap in main Rails app #1

Description

@chrisdpeters

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:

Screenshot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions