From d6f5b82ef345bcabbbccab671237e3a05876317d Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Wed, 17 Nov 2021 15:49:22 +0100 Subject: [PATCH] Prevent feature tables on about page to get stacked --- front/src/components/AboutPod.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/components/AboutPod.vue b/front/src/components/AboutPod.vue index ad5fbe8bc..47a441fb0 100644 --- a/front/src/components/AboutPod.vue +++ b/front/src/components/AboutPod.vue @@ -60,7 +60,7 @@ </h3> <div class="features-container ui two column stackable grid"> <div class="column"> - <table class="ui very basic table"> + <table class="ui very basic table unstackable"> <tbody> <tr> <td> @@ -115,7 +115,7 @@ </table> </div> <div class="column"> - <table class="ui very basic table"> + <table class="ui very basic table unstackable"> <tbody> <tr> <td> -- GitLab