mantrajs / mantrajs-atom-package

Mantra JS - Package for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Dropdown text is broken on Windows 10

Vincent-P opened this issue · comments

I'm on Windows 10 and the dropdown text is cut off.

mantra_issue

Adding this line fix this :

.mantra.atom-pane select {
  padding: 0 12px 0 12px;
}

Same problem in Linux. Will be fixed in the next release. Thanks!