adding --grided class
This commit is contained in:
parent
d7b55572cc
commit
a5a0515e45
|
|
@ -24,7 +24,7 @@ export default function GameAnwerExplanation({ questionId }) {
|
|||
const objectPictureUrl = contextGameDatas.gameObjects[questionId].attrs.objectPictureUrl;
|
||||
|
||||
return (
|
||||
<div className='modal-content-container answer-explanation-container'>
|
||||
<div className='modal-content-container modal-content-container--grided answer-explanation-container'>
|
||||
<div className='modal-content-container__content'>
|
||||
{answer.userAnsweredCorrectly === true && (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user