doctor-g / ThunderstoneQuestRandomizer

Flutter implementation of a Thunderstone Quest Randomizer
GNU General Public License v3.0
5 stars 0 forks source link

Keywords can be lost in narrow view #7

Closed doctor-g closed 3 years ago

doctor-g commented 3 years ago

Narrow views can result in the keyword lists being cut off. Here is an example using Ogrum Coldthunder using two-column view: image

The same problem arises if using a single column view: image

The problem could be that the column or screen is not wide enough, or it could be that the keyword list needs to be set to wrap if there's not enough room.