As mentioned in issue #157 and as @kasemAlem brought up, there is a UI bug that enable a little bit of horizontal scroll to every page in the project.
The bug is caused by the footer in the base template, the footer has a bootstrap .row class that has a built in negative left and right margin, this could be eliminated by wrapping it with a .div.
Link to the found solution online..
As mentioned in issue #157 and as @kasemAlem brought up, there is a UI bug that enable a little bit of horizontal scroll to every page in the project. The bug is caused by the footer in the base template, the footer has a bootstrap
.row
class that has a built in negative left and right margin, this could be eliminated by wrapping it with a.div
. Link to the found solution online..Close #157