fix: prevent inline code white-space: normal from applying inside table cells#706
Merged
IEvangelist merged 2 commits intomainfrom Apr 13, 2026
Merged
fix: prevent inline code white-space: normal from applying inside table cells#706IEvangelist merged 2 commits intomainfrom
IEvangelist merged 2 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/b334da08-ed97-4d18-add1-b2df52531f8f Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix small option columns on configuration pages
fix: prevent inline code white-space: normal from applying inside table cells
Apr 13, 2026
IEvangelist
approved these changes
Apr 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts the site-wide inline-code wrapping CSS so that inline code inside table cells is no longer forced to wrap, fixing overly-narrow “Option” columns on configuration pages.
Changes:
- Excludes
td/thparents from the inline-codewhite-space: normalrule to preserve table-cell inline code nowrap behavior.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sebastienros
approved these changes
Apr 13, 2026
JamesNK
pushed a commit
that referenced
this pull request
Apr 16, 2026
…le cells (#706) * Initial plan * fix: exclude table cell code from white-space: normal rule Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/b334da08-ed97-4d18-add1-b2df52531f8f Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
JamesNK
pushed a commit
that referenced
this pull request
Apr 21, 2026
…le cells (#706) * Initial plan * fix: exclude table cell code from white-space: normal rule Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/b334da08-ed97-4d18-add1-b2df52531f8f Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Option name columns on configuration pages were too narrow because the inline-code wrapping rule (
white-space: normal) was overriding the naturalnowrapbehaviour of code inside table cells.Change
Add
:not(td):not(th)to the parent exclusion list in the inline-code white-space rule insite.css:Code that is a direct child of a
tdorthnow falls through to the browser's default behaviour (no wrapping), keeping option names on a single line.Result
/dashboard/configuration//app-host/configuration/Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
telemetry.astro.build/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/aspire.dev/aspire.dev/src/frontend/node_modules/.bin/../astro/bin/astro.mjs dev --host 0.0.0.0 --port 4321(dns block)If you need me to access, download, or install something from one of these locations, you can either: