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
Description of the problem including expected versus actual behavior:
Just noticed this while testing out the UI. Seems like the font-size scales in the customize panel don't follow their expected sizing. Small is i.e. larger than medium.
The text was updated successfully, but these errors were encountered:
This fixes the `small` font scale of the log viewer to correctly reference the EUI font size again. Before this fix, the `small` font scale was rendered larger than `medium`. Similarly, the tick labels of the log minimap were being rendered too large.
Both resulted from a breaking change of the exported variable names in elastic/eui#1590.
fixes#32759
…#33411)
This fixes the `small` font scale of the log viewer to correctly reference the EUI font size again. Before this fix, the `small` font scale was rendered larger than `medium`. Similarly, the tick labels of the log minimap were being rendered too large.
Both resulted from a breaking change of the exported variable names in elastic/eui#1590.
fixeselastic#32759
Kibana version: 8.0.0
Elasticsearch version: 8.0.0
Description of the problem including expected versus actual behavior:
Just noticed this while testing out the UI. Seems like the font-size scales in the customize panel don't follow their expected sizing. Small is i.e. larger than medium.
The text was updated successfully, but these errors were encountered: