awesomemotive / EDD-Digital-Store

Digital Store WordPress Theme for Easy Digital Downloads
http://easydigitaldownloads.com/digital-store/
GNU General Public License v2.0
26 stars 12 forks source link

Purchase link dropdown sits out of place if text is unusual length #67

Open brashrebel opened 7 years ago

brashrebel commented 7 years ago

digital-store-dropdown-bug

In style.css the dropdown button is set to:

.button-group .dropdown-toggle {
    ...
    left: 110px;
}

which works for English but other languages have different string lengths so it breaks.