From dd91072ffd87be01b82e120e64e9108530bd3fc7 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 29 Mar 2023 09:25:26 +0200 Subject: [PATCH] Landing page: Align table columns in feature comparison table (#26775) --- source/_styles/home.css | 1 - source/assets/css/style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/source/_styles/home.css b/source/_styles/home.css index c70791e122c..7ae22d08083 100644 --- a/source/_styles/home.css +++ b/source/_styles/home.css @@ -276,7 +276,6 @@ tbody tr:first-child td { } .table-body td p { - width: 78%; padding-bottom: 10px; } diff --git a/source/assets/css/style.css b/source/assets/css/style.css index 74b4a27cfc6..7de943da625 100644 --- a/source/assets/css/style.css +++ b/source/assets/css/style.css @@ -4064,7 +4064,6 @@ tbody tr:first-child td { } .table-body td p { - width: 78%; padding-bottom: 10px; }