mastodon/app/assets/javascripts
Stephen Burgess 33b9e8d461 fix(dropdowns): Allow for dropdowns to fill full column (#2684)
* fix(dropdowns): Allow for dropdowns to fill full column

When the text inside a dropdown is longer than it is for English, the text is truncated which can result in a less-than-usable experience for languages such as German with longer words. This commit addresses the following:

* Allow the dropdown to expand to the entire width of the column based on the length of the text in the dropdown
* Align active dropdown arrow in relation to the trigger rather than the dropdown
* Show the right hand side of the dropdown which was previously hidden (could not see border radius)
* Ensure the three places dropdowns of status, account, and emoji appear well in Chrome, Firefox, Safari

* fix(emoji-dropdown): Restore emoji dropdown caret
2017-05-01 18:13:10 +02:00
..
components fix(dropdowns): Allow for dropdowns to fill full column (#2684) 2017-05-01 18:13:10 +02:00
application.js Upgrade jQuery to v2.x (#2246) 2017-04-21 16:46:32 +02:00
application_public.js Use local_time gem for timezone replacement (#2174) 2017-04-21 18:19:59 +02:00
components.js Add an Intl polyfill 2016-11-17 16:34:36 +01:00
extras.jsx Fixes string length issue for multibyte characters. (#2443) 2017-04-25 17:37:51 +02:00