mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
hack to have a cleaner resize
This commit is contained in:
parent
5b1803cb05
commit
6e526b6f15
2 changed files with 3 additions and 2 deletions
|
@ -76,10 +76,10 @@ for a in sorted(attributes.keys(), key=lambda attr: attributes[attr]['weight']):
|
|||
% endfor
|
||||
</%def>
|
||||
<div class="row">
|
||||
<div class="col-md-6 column lcform-col-1">
|
||||
<div class="col-md-6 column lcform-col-1" style="display:none;">
|
||||
${form_col(lc1)}
|
||||
</div>
|
||||
<div class="col-md-6 column lcform-col-2">
|
||||
<div class="col-md-6 column lcform-col-2" style="display:none;">
|
||||
${form_col(lc2)}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue