-
Notifications
You must be signed in to change notification settings - Fork 14
Style polish on update release cards #2922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This strikes me as the opposite of what we want. We want to just go full width and wrap where necessary. |
0f1d051 to
21a10c4
Compare
21a10c4 to
e98012a
Compare
david-crespo
added a commit
to oxidecomputer/omicron
that referenced
this pull request
Oct 27, 2025
oxidecomputer/console@ee1aa57...f9854c6 * [f9854c63](oxidecomputer/console@f9854c63) oxidecomputer/console#2940 * [bd1703d4](oxidecomputer/console@bd1703d4) oxidecomputer/console#2939 * [6bebeacf](oxidecomputer/console@6bebeacf) oxidecomputer/console#2938 * [e43753fa](oxidecomputer/console@e43753fa) oxidecomputer/console#2937 * [76b64c47](oxidecomputer/console@76b64c47) oxidecomputer/console#2935 * [d8f4e469](oxidecomputer/console@d8f4e469) oxidecomputer/console#2934 * [9d8156a8](oxidecomputer/console@9d8156a8) oxidecomputer/console#2933 * [6e61797b](oxidecomputer/console@6e61797b) oxidecomputer/console#2908 * [c57799dd](oxidecomputer/console@c57799dd) oxidecomputer/console#2931 * [690bde05](oxidecomputer/console@690bde05) oxidecomputer/console#2927 * [a6bcdde1](oxidecomputer/console@a6bcdde1) oxidecomputer/console#2922 * [089db495](oxidecomputer/console@089db495) oxidecomputer/console#2923 * [53394e74](oxidecomputer/console@53394e74) oxidecomputer/console#2924
david-crespo
added a commit
to oxidecomputer/omicron
that referenced
this pull request
Oct 28, 2025
oxidecomputer/console@ee1aa57...f9854c6 * [f9854c63](oxidecomputer/console@f9854c63) oxidecomputer/console#2940 * [bd1703d4](oxidecomputer/console@bd1703d4) oxidecomputer/console#2939 * [6bebeacf](oxidecomputer/console@6bebeacf) oxidecomputer/console#2938 * [e43753fa](oxidecomputer/console@e43753fa) oxidecomputer/console#2937 * [76b64c47](oxidecomputer/console@76b64c47) oxidecomputer/console#2935 * [d8f4e469](oxidecomputer/console@d8f4e469) oxidecomputer/console#2934 * [9d8156a8](oxidecomputer/console@9d8156a8) oxidecomputer/console#2933 * [6e61797b](oxidecomputer/console@6e61797b) oxidecomputer/console#2908 * [c57799dd](oxidecomputer/console@c57799dd) oxidecomputer/console#2931 * [690bde05](oxidecomputer/console@690bde05) oxidecomputer/console#2927 * [a6bcdde1](oxidecomputer/console@a6bcdde1) oxidecomputer/console#2922 * [089db495](oxidecomputer/console@089db495) oxidecomputer/console#2923 * [53394e74](oxidecomputer/console@53394e74) oxidecomputer/console#2924
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.



Definitely an improvement, but kind of weird that properties table keeps shrinking and does
overflow: hiddeninstead of scrolling itself or keeping a min width.Before
After
2025-10-14-min-w-releases.mp4