mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-20 08:00:29 +00:00
Chackbox column has apropriate width
This commit is contained in:
parent
c45a544a1d
commit
574037acfe
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<th><input type="checkbox" class="model-select-all"></th>
|
||||
<th class="checkbox-column"><input type="checkbox" class="model-select-all"></th>
|
||||
<th>{{ model_name }}</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue