Breadcrumbs have lost their spacing #3949
brendanpetty
started this conversation in
General
Replies: 1 comment 1 reply
-
I have the same issue and i'm not sure why styles not loading within component... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When developing in 1.7.x, breadcrumbs were looking nice like this:
![image](https://private-user-images.githubusercontent.com/40818011/273482635-1e52371e-605c-4591-84b3-90d848cac978.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDU1NjYsIm5iZiI6MTczOTM0NTI2NiwicGF0aCI6Ii80MDgxODAxMS8yNzM0ODI2MzUtMWU1MjM3MWUtNjA1Yy00NTkxLTg0YjMtOTBkODQ4Y2FjOTc4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3Mjc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAxYmNiODlkZGFmNTA5NmYzZTg4NTUzYzc1NjQ0NTc3MDBiNDlkNGQ1ODQ0YWNmM2MwNjBmNjVmNDUyMzAzYjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ch01L0iAAq9fUoA_vY7DbGWYHwRXHxPRt13h39m-UNM)
But on upgrade 1.8.x they now look like this:
![image](https://private-user-images.githubusercontent.com/40818011/273482675-6b972a4d-c320-49be-8aeb-ee3eecb958e8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDU1NjYsIm5iZiI6MTczOTM0NTI2NiwicGF0aCI6Ii80MDgxODAxMS8yNzM0ODI2NzUtNmI5NzJhNGQtYzMyMC00OWJlLThhZWItZWUzZWVjYjk1OGU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3Mjc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIzYTNmYWVjNTM5YjBmODRhNjY3MDFhZTE2MjJjMzcwYjgxZDZiM2Y4YWY3OTk2YmIwMzc2OGM0MDM5OWZmOGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EPTkAnp3d98Bt_W6u9CpRVW8inBvVpcIwbuR3loshEY)
I thought installing Tailwind might help, but it doesn't. It seems the --va-breadcrumbs-separator-padding css variable doesn't get applied anywhere. I don't mind custom spacing or not, but need to improve the look of how these come out now. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions