Author: Peter Cowburn (salathe)
Date: 2021-08-24T17:23:37+01:00

Commit: 
https://github.com/php/web-shared/commit/57951dea591b51fcb74bc1ac5b465acb2e8ecaef
Raw diff: 
https://github.com/php/web-shared/commit/57951dea591b51fcb74bc1ac5b465acb2e8ecaef.diff

remove forced horizontal scrollbar for wiki tables

Changed paths:
  M  styles/wiki.css


Diff:

diff --git a/styles/wiki.css b/styles/wiki.css
index 9248617..4194773 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -1055,10 +1055,6 @@ li code {
   vertical-align: baseline;
 }
 
-div.table {
-  overflow-x: scroll;
-}
-
 form[name=doodle__form] td.rightalign {
   text-align: left;
 }

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to