fix issues with editor and backports murph skeleton

This commit is contained in:
Simon Vieille 2021-04-21 09:56:02 +02:00
parent 36487fe685
commit a135904e6a
2 changed files with 7 additions and 3 deletions

View file

@ -10,6 +10,7 @@ $pagination-bg: #ffffff;
$pagination-active-color: #ffffff;
$pagination-active-bg: #343a40;
@import "~simplemde/dist/simplemde.min.css";
@import "~choices.js/src/styles/choices.scss";
@import "~bootstrap/scss/bootstrap.scss";
@import "~@fortawesome/fontawesome-free/css/all.css";
@ -250,6 +251,7 @@ table.table-fixed, .table-fixed > table {
}
@media screen and (min-height: 650px) {
/*
table.table-fixed, .table-fixed > table {
width: 100%;
@ -282,6 +284,7 @@ table.table-fixed, .table-fixed > table {
}
}
}
*/
}
.toast-container {

View file

@ -17,8 +17,9 @@
<table class="table" data-table-fixed>
<thead class="thead-light">
<tr>
<th class="col-10">{{ 'Name'|trans }}</th>
<th class="col-2 text-right">{{ 'Actions'|trans }}</th>
<th class="col-5">{{ 'Name'|trans }}</th>
<th class="col-5"></th>
<th class="col-2 miw-100 text-right">{{ 'Actions'|trans }}</th>
</tr>
</thead>
<tbody>
@ -41,7 +42,7 @@
</a>
{% endfor %}
</td>
<td class="col-2 text-right">
<td class="col-2 miw-100 text-right">
<a href="{{ edit }}" class="btn btn-sm btn-primary mr-1">
<span class="fa fa-edit"></span>
</a>