From 233ae5c3e645acdc70ca8858426cf537a80cd9ca Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@gmail.com>
Date: Thu, 3 May 2018 11:01:09 +0300
Subject: [PATCH] Issue #2695945 by edurenye, ecrown, runeasgar: Reduce the
 size of the type of change column in the system diff

---
 core/modules/system/css/system.diff.css       | 1 -
 core/themes/stable/css/system/system.diff.css | 1 -
 2 files changed, 2 deletions(-)

diff --git a/core/modules/system/css/system.diff.css b/core/modules/system/css/system.diff.css
index e57e6ebe0e7a..f8b95e92e3e0 100644
--- a/core/modules/system/css/system.diff.css
+++ b/core/modules/system/css/system.diff.css
@@ -4,7 +4,6 @@
 table.diff {
   border-spacing: 4px;
   margin-bottom: 20px;
-  table-layout: fixed;
   width: 100%;
 }
 table.diff .diff-context {
diff --git a/core/themes/stable/css/system/system.diff.css b/core/themes/stable/css/system/system.diff.css
index e57e6ebe0e7a..f8b95e92e3e0 100644
--- a/core/themes/stable/css/system/system.diff.css
+++ b/core/themes/stable/css/system/system.diff.css
@@ -4,7 +4,6 @@
 table.diff {
   border-spacing: 4px;
   margin-bottom: 20px;
-  table-layout: fixed;
   width: 100%;
 }
 table.diff .diff-context {
-- 
GitLab