k9ordon / yosemite-unity-ui

An Atom theme for a more native experience on OS X 10.10 Yosemite - DEPRECATED
https://atom.io/themes/yosemite-unity-ui
MIT License
39 stars 6 forks source link

Auto Complete Popup Size Issue #5

Open cyprusglobe opened 10 years ago

cyprusglobe commented 10 years ago

When using Autocomplete-plus this happens on every autocomplete popup autocomplete popup issue

using a different theme (Atom Toro) screen shot 2014-06-13 at 9 41 01 am

k9ordon commented 10 years ago

this is working for me. atom osx: 0.103.0 theme: 0.3.6

screen shot 2014-06-16 at 16 08 14

anything you can update? do you use autocomplete plus extension?

cyprusglobe commented 10 years ago

sorry been really busy i am using autocomplete plus extension

dennis-best commented 10 years ago

@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;
  }
cyprusglobe commented 10 years ago

@dennis-best Thanks.