[PR #4401] [MERGED] Allow markdown table to scroll #17360

Closed
opened 2025-11-02 12:56:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4401
Author: @pgodwin
Created: 7/9/2018
Status: Merged
Merged: 1/21/2019
Merged by: @techknowlogick

Base: masterHead: patch-1


📝 Commits (5)

  • 3731214 Allow markdown table to scroll
  • 68b43a5 Update index.css
  • 1e74243 Merge branch 'master' into patch-1
  • b92f5aa make generate-stylesheets
  • 39856de Merge branch 'master' into patch-1

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 public/css/index.css (+1 -1)
📝 public/less/_markdown.less (+1 -0)

📄 Description

overflow:auto isn't effective when a table is wider than the container. Adding display:block fixes this issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4401 **Author:** [@pgodwin](https://github.com/pgodwin) **Created:** 7/9/2018 **Status:** ✅ Merged **Merged:** 1/21/2019 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (5) - [`3731214`](https://github.com/go-gitea/gitea/commit/37312144e2a75334cd13db9fd8a60c4c59b92d91) Allow markdown table to scroll - [`68b43a5`](https://github.com/go-gitea/gitea/commit/68b43a59e1081de1fff3d37d30fade5433c6188f) Update index.css - [`1e74243`](https://github.com/go-gitea/gitea/commit/1e742438c90d688faef23ac2d367a415a6ccbd45) Merge branch 'master' into patch-1 - [`b92f5aa`](https://github.com/go-gitea/gitea/commit/b92f5aacc0d830d04548a2b6b3421acd76247088) make generate-stylesheets - [`39856de`](https://github.com/go-gitea/gitea/commit/39856def6e67683cab6729e3371cb438292ed5ed) Merge branch 'master' into patch-1 ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `public/css/index.css` (+1 -1) 📝 `public/less/_markdown.less` (+1 -0) </details> ### 📄 Description `overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:56:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17360