-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
<body class="layout-boxed"> <!-- This element is supposed to have a padding, but since v1.2, it gets overridden -->
<div class="page">
<div class="page-wrapper">
<main class="page-body">
Hello world
</main>
</div>
</div>
</body>
How to reproduce
- Go to https://codepen.io/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-/pen/oggyNeM
- Compare with https://codepen.io/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-/pen/YPPvzxR
The bug is also visible on https://preview.tabler.io/layout-boxed.html
Screenshots
JSFiddle
https://codepen.io/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-/pen/oggyNeM
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working