-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some bootstrap 5 left after migration from bootstrap 4 #11683
Conversation
pulling new updates
@sebastienros @kevinchalet can these changes be part of the 1.4 release please? |
@CrestApps how it was before? |
@hishamco here is how it was |
buttonTag.InnerHtml.Append(shape.Grouping.Key); | ||
headerTag.InnerHtml.AppendHtml(buttonTag); | ||
var buttonIconTag = new TagBuilder("i"); | ||
buttonIconTag.AddCssClass("fa-solid fa-angle-down"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we remove the extra lines here?
There are could missed classes after migrating BS 4 to 5.
Also, slightly improve the Card shape to look like this. Red arrow point to the minor changes