yetanalytics / lrs

Protocols, specifications, and logic for building an xAPI Learning Record Store (LRS) in Clojure(Script).
https://www.yetanalytics.com/lrs
Apache License 2.0
4 stars 1 forks source link

LRS-60 change align-items from baseline to center for map entries #70

Closed milt closed 2 years ago

milt commented 2 years ago

LRS-60 Our use of align-items: baseline; causes a tab crash on Chrome 95+. Use align-items: center; to not crash the browser.

NOTE: For the benefit of anyone chasing down the chrome issue and finding this, please see a static reproduction here: https://github.com/yetanalytics/lrs_css_bug_repro

A live demo can be found here: https://yetanalytics.github.io/lrs_css_bug_repro/

Click on the "8" to expand, tab will crash!