GitHub user sahalsajjad opened a pull request:
https://github.com/apache/cassandra/pull/175
Fix: Page width exceeding the viewport width
**Change Made:** renamed class `.container` to .`content-container`
where the styling rule for `.content-container` is as follows
```
.content-container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
```
Reason: Bootstrap advises not to use nested containers as it would break
the "fitting the viewport.". The current one breaks and results in being able
to scroll horizontally too which is annoying for the reader (especially for
large-screens).
I'll proportionally update the css file too
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sahalsajjad/cassandra patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/175.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #175
----
commit 283f7f50930a16bf03ab729c426016dff89431ec
Author: Sahal Sajjad <[email protected]>
Date: 2017-11-21T06:41:42Z
Fix: Page width exceeding the viewport width
Change Made: renamed class .container to .content-container
where the styling rule for .content-container is as follows
.content-container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
Reason: Bootstrap advises not to use nested containers as it would break
the "fitting the viewport.". The current one breaks and results in being able
to scroll horizontally too which is annoying for the reader (especially for
large-screens).
I'll proportionally update the css file too
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]