dotnet-architecture / eShopOnWeb

Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
https://docs.microsoft.com/dotnet/standard/modern-web-apps-azure-architecture/
MIT License
10.19k stars 5.55k forks source link

The style class prefix "col-xs-*" didnt work in cshtml files. #947

Open ArcherEmiyaShirou opened 1 year ago

ArcherEmiyaShirou commented 1 year ago

Forgive my poor English, but according to the project and boostrap5 docs, it seems that 'col-xs-' has been replaced by "col-". So the layout in some views are in a mess.

References:

  1. https://stackoverflow.com/questions/41794746/col-xs-not-working-in-bootstrap-4
  2. Bootstrap5 docs
jamesmontemagno commented 10 months ago

Linked to #962