Skip to content
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

Fix label font-weight and migration token display #579

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

joshcanhelp
Copy link
Contributor

Changes

  • Fix font-weight in Safari (showing as too bold previously)
  • Fix too-long migration token in IE

Note to reviewers: The assets/css/initial-setup.css file is compiled so that can be ignored. The assets/css/initial-setup/main.styl had some extra whitespace that my IDE decided to correct right now so I'll add comments to the actual changes.

@joshcanhelp joshcanhelp added this to the 3.8.0 milestone Nov 5, 2018
word-wrap: break-word;
word-break: break-word;
word-break: break-all;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IE wrap fix

}

.form-table th {
font-weight: 500;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Font weight adjustment for Safari

@joshcanhelp joshcanhelp merged commit 6f3acec into master Nov 6, 2018
@joshcanhelp joshcanhelp deleted the fix-cross-browser-ui branch November 6, 2018 16:43
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants