VT-CHCI / Thought-Swap

http://dl.acm.org/citation.cfm?id=1718934
MIT License
3 stars 5 forks source link

some of our CSS conflicts with user-composed thought styles #133

Open hcientist opened 7 years ago

hcientist commented 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%;
}