You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bootstrap 4 demo of the ratings module does not layout the text correctly in the card block. It seems that the problem is with including the card and card-block declaration in the same class attribute and then including a tag in the text(see this plunker). Moving the card declaration to its own section solves this.
I'm not sure if it is a problem with Bootstrap or Angular but either way it makes the BS4 version of your demo less attractive.
The text was updated successfully, but these errors were encountered:
* Fix Bootstrap 4 and card text #1637
Moved card class to a surrounding div so text formats correctly with Bootstrap 4
* Fix Bootstrap 4 and card text #1637
Moved card class to a surrounding div so text formats correctly with Bootstrap 4
* Fix Bootstrap 4 and card text #1637
Moved card class to a surrounding div so text formats correctly with Bootstrap 4
* Fix Bootstrap 4 and card text #1637
Moved card class to a surrounding div so text formats correctly with Bootstrap 4
* Added instructions for BS4
* Added instructions for BS4 setup with ng/cli
shows how to set up for bootstrap 4 in an angular-cli
* Links added to readme and getting-started for bs4 instructions
The Bootstrap 4 demo of the ratings module does not layout the text correctly in the card block. It seems that the problem is with including the card and card-block declaration in the same class attribute and then including a tag in the text(see this plunker). Moving the card declaration to its own section solves this.
I'm not sure if it is a problem with Bootstrap or Angular but either way it makes the BS4 version of your demo less attractive.
The text was updated successfully, but these errors were encountered: