-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
There seems to be a wrong assignment in kibana/public/settings/index.js #6588
Labels
Comments
Good catch. Thanks for reporting. |
bevacqua
added a commit
that referenced
this issue
Mar 31, 2016
[chore] Cleanup settings code style as reported by #6588.
This was referenced Mar 31, 2016
cee-chen
added a commit
that referenced
this issue
Feb 15, 2023
## Summary `eui@75.0.0` ⏩ `eui@75.1.0` --- ## [`75.1.0`](https://github.com/elastic/eui/tree/v75.1.0) - Added padding to `EuiStep` title to better align with icon ([#6555](elastic/eui#6555)) - Added a new `lineNumbers.annotations` API to `EuiCodeBlock`. This new feature displays an informational icon next to the specified line number(s), providing more context via popover ([#6580](elastic/eui#6580)) **Bug fixes** - Fixed bug in `EuiRange` where styles were applied incorrectly when custom ticks were passed but `showTicks` were false ([#6588](elastic/eui#6588)) - Fixed `fleetApp` and `agentApp` icons that were swapped ([#6590](elastic/eui#6590)) **CSS-in-JS conversions** - Converted `EuiSteps` to Emotion; Removed `$euiStepStatusColorsToFade`, `$euiStepNumberSize`, `$euiStepNumberSmallSize`, and `$euiStepNumberMargin` ([#6555](elastic/eui#6555))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like one of the lines was left there by mistake ?
kibana/src/plugins/kibana/public/settings/index.js
Line 43 in 6c9c9b9
The text was updated successfully, but these errors were encountered: