You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boxed layout has a top padding, but since v1.2.0 it is overridden by a new padding: 0 !important; rule that applies directly to the body element.
<bodyclass="layout-boxed"><!-- This element is supposed to have a padding, but since v1.2, it gets overridden --><divclass="page"><divclass="page-wrapper"><mainclass="page-body">
Hello world
</main></div></div></body>
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The boxed layout has a top padding, but since v1.2.0 it is overridden by a new
padding: 0 !important;
rule that applies directly to the body element.How to reproduce
The bug is also visible on https://preview.tabler.io/layout-boxed.html
Screenshots
JSFiddle
https://codepen.io/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-/pen/oggyNeM
The text was updated successfully, but these errors were encountered: