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
The SVG device icons do not display in Firefox (102.0 on Win 11), this seems to be due to FF requiring a height/width being set for SVGs.
Adding a static width attribute, effectively changing the max-width to width, to the the span.equipment-icon style in main.css seems to rectify the issue but might look odd once resized in other browsers. (I've checked in FF and Edge on Win and Safari on iOS both on phone and iPad and it displays fine on them after the change)
The text was updated successfully, but these errors were encountered:
The SVG device icons do not display in Firefox (102.0 on Win 11), this seems to be due to FF requiring a height/width being set for SVGs.
Adding a static width attribute, effectively changing the max-width to width, to the the span.equipment-icon style in main.css seems to rectify the issue but might look odd once resized in other browsers. (I've checked in FF and Edge on Win and Safari on iOS both on phone and iPad and it displays fine on them after the change)
The text was updated successfully, but these errors were encountered: