Skip to content

Commit

Permalink
Remove unwanted extra container class that was adding extra margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Sep 9, 2024
1 parent dc40f91 commit 38792d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/osha/oira/ploneintranet/templates/quaive-form.pt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

<metal:title fill-slot="title">${view/label}</metal:title>
<metal:content fill-slot="content">
<div class="container"
id="quaive-content"
>
<div id="quaive-content">
<form class="pat-form pat-inject"
id="${view/id}"
action="${python: request.get('quaive_edit_url') or request.getURL()}"
Expand Down

0 comments on commit 38792d8

Please sign in to comment.