-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Restyles model names in Markdown to avoid wrapping model names #606
Conversation
List looks clearer to me. To be honest when working with notebooks in lab on 4k I usually have two notebooks or notebook and editor open side by side. In Jupyter Notebook there is max width I believe and the content gets centered so again the white space is not a practical concern. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
7400f3c
to
c9b64b4
Compare
@meeseeksdev please backport to 1.x |
… wrapping model names
…model names (#615) Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com>
…erlab#606) * Restyles model names in Markdown to avoid wrapping model names * Renders models in an unordered list in a cell
…erlab#606) * Restyles model names in Markdown to avoid wrapping model names * Renders models in an unordered list in a cell
Fixes #604.
Before, some model names would break across lines:
Now, model names may not wrap across lines:
With the exception of the help text for Hugging Face, we now use a CSS rule to set font family and wrapping style. When multiple models' names are present, I think this makes a long list of models easier to read than before.