diff --git a/download/aws-images.md b/download/aws-images.md index 11aab8b..310b78e 100644 --- a/download/aws-images.md +++ b/download/aws-images.md @@ -36,9 +36,9 @@ Please note that you can also directly use then the "Deploy Link" function to de <tbody> {% for row in site.data.aws-images %} <tr> - <td>{{ row["Version"] }}</td> - <td>{{ row["Region"] }}</td> - <td>{{ row["Architecture"] }}</td> + <td class="text-nowrap">{{ row["Version"] }}</td> + <td class="text-nowrap">{{ row["Region"] }}</td> + <td class="text-nowrap">{{ row["Architecture"] }}</td> <td>{{ row["AMI ID"] }}</td> <td class="text-nowrap"><a href="{{ row["Deploy link"] }}"><i class="fab fa-aws"></i> Deploy link</a></td> </tr>