data-africa / data-africa-site

Front-end for Data Africa
MIT License
7 stars 5 forks source link

solution for long names in dropdowns #115

Closed davelandry closed 7 years ago

davelandry commented 7 years ago

https://beta.dataafrica.io/map?column=cropland_rainfallCVgt20pct_pct&geo=adm1

screen shot 2017-05-17 at 6 53 14 pm

Probably either an ellipsis or a line break? Maybe switching to BlueprintJS components will solve this for us?

davelandry commented 7 years ago
select {
  white-space: normal;
}

This allows the text to wrap to multiple lines:

screen shot 2017-05-31 at 5 29 19 pm