-
Notifications
You must be signed in to change notification settings - Fork 327
Add more spacing for a better readability #1124
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
base: master
Are you sure you want to change the base?
Add more spacing for a better readability #1124
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1124 +/- ##
==========================================
+ Coverage 34.25% 34.54% +0.29%
==========================================
Files 36 36
Lines 2362 2362
==========================================
+ Hits 809 816 +7
+ Misses 1450 1442 -8
- Partials 103 104 +1
Continue to review full report at Codecov.
|
Hi @jmaitrehenry, Please rebase this onto |
9e3e8c1
to
8a153d7
Compare
@akutz Done, let's discuss on the changes, maybe I can split this PR in two, the first one on thing we agree, and the other one as a proposal where we can discuss. |
Hi @jmaitrehenry, Thank you! Instead of modifying a minified CSS file I'd prefer you override those rules with |
Hi @jmaitrehenry, FYI, I've no issues with this PR other than the one I raised above (the modification to a minified CSS file). Once we resolve that discussion I will merge the change. Thank you again for this! |
@akutz great, I try to find the change on the minified css, I don't know why is it modified, I do not do that normally. |
Hi @jmaitrehenry, Actually, I take all that back :) Will you please first test the changes by enabling your browser's dev mode and verifying the updates don't break mobile mode? For example, here's Safari's Responsive Design Mode: Chrome also has this ability. |
Hi @jmaitrehenry,
You mean you didn't intend to modify that file? Except you say here that you did modify it...
|
Oh didn't see it, I made it months ago. Ok, let me check on mobile and remove the modification inside .min file. |
Hi @jmaitrehenry, Thank you. Please see if the change can be made using |
After reading the documentation, I found the information hard to find, but not because the search engine or the structure don't work, but because the text was hard to read.
I adjust some CSS rules:
th
text alignment**I see some places where we use
<center>title</center>
syntax for th cell. I remove the rules insidebootstrap-custom.min.css
for force align the text to the right.Some before/after screenshots:



