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
Apologies if this is not the place for this, but just wanted to feedback a potential issue I've noticed with the setup in the documentation.
While following the setup for .NET 8 WASM projects, I noted that the bootstrap styling was not being applied to buttons, despite using the tags as specified.
Turns out, this was due to ordering of the stylesheets in index.html. The docs specify to place the new references at the top of list, but <link rel="stylesheet" href="css/app.css" /> further down overrides some of the styling.
I was eventually able to get the correct styling by moving this reference to the top, so that the bootstrap references took precedence.
Anyway, if this is just simple a case of user-error, feel free to tell me to do one!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Apologies if this is not the place for this, but just wanted to feedback a potential issue I've noticed with the setup in the documentation.
While following the setup for .NET 8 WASM projects, I noted that the bootstrap styling was not being applied to buttons, despite using the tags as specified.
Turns out, this was due to ordering of the stylesheets in
index.html
. The docs specify to place the new references at the top of list, but<link rel="stylesheet" href="css/app.css" />
further down overrides some of the styling.I was eventually able to get the correct styling by moving this reference to the top, so that the bootstrap references took precedence.
Anyway, if this is just simple a case of user-error, feel free to tell me to do one!
Beta Was this translation helpful? Give feedback.
All reactions