diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index daa6e532be96..6cb6e84e2286 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -192,8 +192,8 @@ } #words { - height: fit-content; height: -moz-fit-content; + height: fit-content; padding-bottom: 0.5em; // to account for hints of the bottom line display: flex; flex-wrap: wrap; @@ -344,8 +344,8 @@ } &.blurred { opacity: 0.25; - filter: blur(4px); -webkit-filter: blur(4px); + filter: blur(4px); } &.blind { @@ -898,8 +898,8 @@ } #resultReplay .words { - user-select: none; -webkit-user-select: none; + user-select: none; } .chart {