Uploaded image for project: 'jboss.org'
  1. jboss.org
  2. ORG-1849

Button only partially rounded when in an equalHero box (bootstrap-community)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Medium
    • None
    • None
    • None

    Description

      Here is my fix

      // Bug fix for community bootstrap
      
      .equalHero .btn {
        // not all corners were properly rounded
        border-radius: 4px 4px 4px 4px!important;
      }
      
      // End of bug fix
      

      The border-radius was rendered as border-radius: 4px 0 0 4px!important;

      Attachments

        Activity

          People

            cheyenneweaver Cheyenne Weaver (Inactive)
            rhn-engineering-ebernard Emmanuel Bernard
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: