From f577d1eac3448b10dbd32fd80bac7d0d3cf38847 Mon Sep 17 00:00:00 2001 From: Alexandra Settle Date: Tue, 19 Feb 2019 12:10:25 +0000 Subject: [PATCH] Fixing the "where to next?" buttons The buttons underneath "What Are The Next Steps?" work for a brief moment (clickable and workable) but then they are 'greyed' out and you are unable to click. This is because the use of float was taking the buttons out of the normal flow of the page. This fix places the buttons inside a div with the "clearfix" class[1]. [1] https://getbootstrap.com/docs/4.0/utilities/clearfix/ Change-Id: I31d9d8a1e064a7a930de45682b3eaf1a35ece525 Closes-bug: 1811964 --- www/templates/indexbase.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/templates/indexbase.tmpl b/www/templates/indexbase.tmpl index aea2753bd6..0e827aae9d 100644 --- a/www/templates/indexbase.tmpl +++ b/www/templates/indexbase.tmpl @@ -26,9 +26,11 @@


What are the next steps?

- View The Docs - Get OpenStack - Get Training +
+ View The Docs + Get OpenStack + Get Training +
{% include 'templates/os_search.tmpl' %}