You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About currently displays improperly. Additionally, there are a few typos in the style.css file that need addressed. Namely: whitespace: should be white-space and -webkit-border-radisu should be -webkit-border-radius.
Expected behavior
Opening About should display properly on top of the current view (z-index: 1).
Actual behavior
Displays jumbled.
Environment settings (for bug reports)
OS: macOS High Sierra 10.13.2 Beta (17C79a)
Python version: 3.6.3
Locust version: 0.8
Steps to reproduce (for bug reports)
Run locust and view About
The text was updated successfully, but these errors were encountered:
Description of issue / feature request
About
currently displays improperly. Additionally, there are a few typos in the style.css file that need addressed. Namely:whitespace:
should bewhite-space
and-webkit-border-radisu
should be-webkit-border-radius
.Expected behavior
Opening
About
should display properly on top of the current view (z-index: 1
).Actual behavior
Displays jumbled.
Environment settings (for bug reports)
macOS High Sierra 10.13.2 Beta (17C79a)
3.6.3
0.8
Steps to reproduce (for bug reports)
Run locust and view
About
The text was updated successfully, but these errors were encountered: