Open hcientist opened 7 years ago
e.g. if a user uses list items in their thoughts, it will not display correctly bc of https://github.com/VT-CHCI/Thought-Swap/blob/642a1b9f4c73cb72fb7613554daa6c186994f369/app/facilitator/grid.style.css#L71
something like the following helps fix this specific issue:
.grid .content li { display: list-item; width: 100%; height: 100%; }
e.g. if a user uses list items in their thoughts, it will not display correctly bc of https://github.com/VT-CHCI/Thought-Swap/blob/642a1b9f4c73cb72fb7613554daa6c186994f369/app/facilitator/grid.style.css#L71
something like the following helps fix this specific issue: