[PR #13247] [MERGED] Fixes #13051 - Allow table cells to be aligned. #14138

Closed
opened 2025-12-29 23:22:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13247
Author: @kkthxbye-code
Created: 7/23/2023
Status: Merged
Merged: 7/27/2023
Merged by: @jeremystretch

Base: developHead: 13051-fix-markdown-tables


📝 Commits (1)

  • 609f986 Allow the align property on th and td and add CSS rules for overriding text-alignment

📊 Changes

5 files changed (+17 additions, -3 deletions)

View changed files

📝 netbox/project-static/dist/netbox-dark.css (+1 -1)
📝 netbox/project-static/dist/netbox-light.css (+1 -1)
📝 netbox/project-static/dist/netbox-print.css (+1 -1)
📝 netbox/project-static/styles/netbox.scss (+12 -0)
📝 netbox/utilities/utils.py (+2 -0)

📄 Description

Fixes: #13051

See reasoning for CSS changes here: https://github.com/netbox-community/netbox/issues/13051#issuecomment-1646956815


🔄 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/netbox-community/netbox/pull/13247 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 7/23/2023 **Status:** ✅ Merged **Merged:** 7/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `13051-fix-markdown-tables` --- ### 📝 Commits (1) - [`609f986`](https://github.com/netbox-community/netbox/commit/609f986c5213e0b57de8c095ed622f4d85c5561d) Allow the align property on th and td and add CSS rules for overriding text-alignment ### 📊 Changes **5 files changed** (+17 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox-dark.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-light.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-print.css` (+1 -1) 📝 `netbox/project-static/styles/netbox.scss` (+12 -0) 📝 `netbox/utilities/utils.py` (+2 -0) </details> ### 📄 Description ### Fixes: #13051 See reasoning for CSS changes here: https://github.com/netbox-community/netbox/issues/13051#issuecomment-1646956815 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:22:45 +01:00
adam closed this issue 2025-12-29 23:22:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14138