Upgrading to v5.3.4 is completely disrupting the layout. #41376
Answered
by
julien-deramond
shetty-777
asked this question in
Q&A
-
Just the changing the one number is completely wrecking my UI. Themes aren't working, alignment is wrong, Navbar is expanded and more. I MUST BE doing SOMETHING wrong. Upgrading is not necessary, but it has to be done for some upcoming release at some point. I cannot understand what the problem is. Yes, I changed the version in both link tag (CSS) and script tag (js). Please help. I am using the CDN method, and the repo is Shetty777. |
Beta Was this translation helpful? Give feedback.
Answered by
julien-deramond
Apr 14, 2025
Replies: 1 comment 2 replies
-
Have you changed the <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq" crossorigin="anonymous"></script> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
shetty-777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you changed the
integrity
value as well?