From fba6547f8600d5ccf6ccddaa8ff29bbe7efda591 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 27 2020 12:30:39 +0000 Subject: Update aws-images table presentation - Previously, the content of version column in aws-images page was wrapped creating two lines which makes reading slower. This update changes the aws-images table presentation to make version information in one line by adding text-nowrap class to version, region and architecture columns. --- 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 {% for row in site.data.aws-images %} - {{ row["Version"] }} - {{ row["Region"] }} - {{ row["Architecture"] }} + {{ row["Version"] }} + {{ row["Region"] }} + {{ row["Architecture"] }} {{ row["AMI ID"] }} Deploy link