From a139f2edfa1091bd0bd1671ca5f1d6a36dfc224a Mon Sep 17 00:00:00 2001 From: yhira Date: Wed, 11 Dec 2019 20:07:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=B9=E3=83=9D=E3=83=B3=E3=82=B7?= =?UTF-8?q?=E3=83=96=E3=83=86=E3=83=BC=E3=83=96=E3=83=AB=E3=81=AE=E5=88=97?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E3=81=AEiOS=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 4 ++-- scss/content.scss | 2 +- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/admin.css b/css/admin.css index c2678eb4f..176d3130f 100644 --- a/css/admin.css +++ b/css/admin.css @@ -636,7 +636,7 @@ https://codepen.io/nxworld/pen/oLdoWb .admin-settings .demo table th, .admin-settings .demo table td { border: 1px solid #ddd; padding: 6px; } .admin-settings .demo .scrollable-table { -webkit-overflow-scrolling: touch; } .admin-settings .demo .scrollable-table.stfc-sticky tr > *:first-child { background-color: #e9eff2; color: #333; position: sticky; left: 0; z-index: 2; } -.admin-settings .demo .scrollable-table table { border-collapse: collapse; max-width: 100%; } +.admin-settings .demo .scrollable-table table { border-collapse: collapse; max-width: none; } .admin-settings .demo .scrollable-table th { background-color: #eee; } .admin-settings .demo .scrollable-table th, .admin-settings .demo .scrollable-table td { border: solid 1px #ccc; padding: 3px 5px; white-space: nowrap; } .admin-settings .demo .scrollable-table { overflow-x: auto !important; overflow-y: hidden !important; margin-bottom: 1em; } @@ -2177,7 +2177,7 @@ https://codepen.io/nxworld/pen/oLdoWb .admin-settings .demo table th, .admin-settings .demo table td { border: 1px solid #ddd; padding: 6px; } .admin-settings .demo .scrollable-table { -webkit-overflow-scrolling: touch; } .admin-settings .demo .scrollable-table.stfc-sticky tr > *:first-child { background-color: #e9eff2; color: #333; position: sticky; left: 0; z-index: 2; } -.admin-settings .demo .scrollable-table table { border-collapse: collapse; max-width: 100%; } +.admin-settings .demo .scrollable-table table { border-collapse: collapse; max-width: none; } .admin-settings .demo .scrollable-table th { background-color: #eee; } .admin-settings .demo .scrollable-table th, .admin-settings .demo .scrollable-table td { border: solid 1px #ccc; padding: 3px 5px; white-space: nowrap; } .admin-settings .demo .scrollable-table { overflow-x: auto !important; overflow-y: hidden !important; margin-bottom: 1em; } diff --git a/scss/content.scss b/scss/content.scss index 118cca02d..22f58e2d3 100644 --- a/scss/content.scss +++ b/scss/content.scss @@ -152,7 +152,7 @@ table { .scrollable-table table{ border-collapse: collapse; - max-width: 100%; + max-width: none; } .scrollable-table th{ diff --git a/style.css b/style.css index 01201f864..0df041b56 100644 --- a/style.css +++ b/style.css @@ -1517,7 +1517,7 @@ table td { .scrollable-table table { border-collapse: collapse; - max-width: 100%; + max-width: none; } .scrollable-table th {