-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi @dreamingechoes ,
Many thanks for your work and quick response to my previous issue under bootstrap_sb_admin_base_v2 project.
I tried to check twice and still find the font display is too small, currently I am not sure whether my coding has style issue or there is minor issue within the gem, so I just post the issue here for help.
It's a very simple toy project, like sensor admin but easier and simpler.
In application.js file I add these lines accordingly:
//= require jquery
//= require bootstrap_sb_admin_base_v1
//= require turbolinks
//= require_tree .In my application.css.scss I add these lines:
@import "bootstrap-sprockets";
@import "bootstrap";
@import "font-awesome";
@import "bootstrap_sb_admin_base_v1";for the layouts, I copied them from the sb admin theme index page and made adjustments accordingly.
Currently I cannot figure out what the cause is and please kindly have a look. If your sample project has no such kind of font display issue I will try to make a more clear project rather than transfer from previous v2 to v1.
