Open cyprusglobe opened 10 years ago
this is working for me. atom osx: 0.103.0 theme: 0.3.6
anything you can update? do you use autocomplete plus extension?
sorry been really busy i am using autocomplete plus extension
@cyprusglobe Temporary fix: Just add this in your user stylesheet. Autocomplete-plus sets a min-width that is too wide for a lot of completions.
.autocomplete-plus {
min-width: 60px !important;
}
@dennis-best Thanks.
When using Autocomplete-plus this happens on every autocomplete popup
using a different theme (Atom Toro)