From 2089b6fcfb3cbe5de6f1bca11daa9f8bccd1c768 Mon Sep 17 00:00:00 2001 From: suryabulusu Date: Fri, 29 Sep 2023 20:42:47 +0530 Subject: [PATCH] reversing index change --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index c6f8932..342c935 100644 --- a/src/index.css +++ b/src/index.css @@ -154,14 +154,14 @@ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ - width: 100%; - table-layout: fixed; + /* width: 100%; */ + /* table-layout: fixed; */ } -th, td { +/* th, td { word-wrap: break-word; max-width: 100%; -} +} */ /* 1. Change the font styles in all browsers.