Skip to content

how to fix badge and spacing size that is wrong? #3792

Answered by laptopmutia
laptopmutia asked this question in Q&A
Discussion options

You must be logged in to vote

it's because I also import bootstrap to my application.scss to fix it just remove @bootstrap

before application.scss

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback");
@import "admin-lte";
@import "bootstrap";

fixed application.scss

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback");
@import "admin-lte";

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by laptopmutia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant