Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor display issue: font too small #1

Open
ghost opened this issue Feb 22, 2018 · 3 comments
Open

Minor display issue: font too small #1

ghost opened this issue Feb 22, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 22, 2018

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.

image

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.

@ghost ghost changed the title Font too small and some minor display issues Minor display issue: font too small Feb 22, 2018
@stratigos
Copy link

stratigos commented Mar 14, 2018

If this helps, I just started a brand new rails project, and am using bootstrap_sb_admin_base_v1. I have no custom / local CSS or JS whatsoever, just basic text in HTML files. The font sizes are exactly as what is displayed on the SB Admin Theme demo site.

Can you post a link to your project that is exhibiting this issue?

@dreamingechoes
Copy link
Owner

Hi @nathanaelyang830427 and @stratigos!

Sorry for the delay in the response to this issue! As @stratigos said, I tried with a simple example application and the font sizes are as expected. Maybe some custom CSS of your own is overriding the default font sizes. If you give me a link to your project I can check the CSS and see what it happens.

Greetings! 😄

@ghost
Copy link
Author

ghost commented Mar 20, 2018

Hi @dreamingechoes and @stratigos,

Sorry for not reply in time. According to replies above I think it should be problem at my side. I will try to figure out it myself and come here for help if I finally failed. At that time I will prepare a project link for your convenience.

Many thanks for you guys' generous help.🤝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants