css: use .pk-table-fit-container instead .pk-table-fit-contain (#74206) #161

Merged
tjund merged 1 commits from wip/74206-fit-container into main 2023-02-07 14:10:12 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -182,8 +182,8 @@ de classes CSS réutilisables.
<td><p>Alterne les couleurs de fond des lignes.</p></td>
</tr>
<tr>
<td><p><code>pk-table-fit-contain</code></p></td>
<td><p>Donne au tableau la largeur du conteneur</p></td>
<td><p><code>pk-table-fit-container</code></p></td>
<td><p>Donne au tableau la largeur du conteneur.</p></td>
</tr>
<tr>
<td><p><code>pk-table-wrapper</code></p></td>

View File

@ -89,7 +89,7 @@ table.pk-data-table {
}
}
.pk-table-fit-contain {
.pk-table-fit-container {
&.pk-data-table, .pk-data-table {
width: 100%;
}