Skip to content

Commit

Permalink
MID-6271 fixed width for some tables
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 19, 2022
1 parent 24e8c12 commit a368e2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<wicket:extend>

<form wicket:id="mainForm" class="form-inline">
<div class="w-100" wicket:id="campaignsTable"/>
<form wicket:id="mainForm">
<div wicket:id="campaignsTable"/>
</form>

<wicket:fragment wicket:id="tableHeader">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:extend>
<form wicket:id="mainForm" class="form-inline">
<div class="w-100" wicket:id="decisionsTable"/>
<form wicket:id="mainForm">
<div wicket:id="decisionsTable"/>
</form>

<wicket:fragment wicket:id="tableHeader">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:extend>
<form wicket:id="mainForm" class="form-inline">
<div class="w-100" wicket:id="table"/>
<form wicket:id="mainForm">
<div wicket:id="table"/>
</form>
</wicket:extend>
</body>
Expand Down

0 comments on commit a368e2b

Please sign in to comment.