Page MenuHomePhabricator

Buttons in Echo can cut off text in some languages
Closed, ResolvedPublicBUG REPORT

Description

List of steps to reproduce (step by step, including full links if applicable):

  • Open Russian Wikipedia with notifications from other wikis
  • Open notification drawer
  • See button text cut off due to Echo’s CSS

What happens?:

image.png (100×483 px, 3 KB)

Translation:
More notifications from other wiki
English Wikipedia
Show 1 notification [cuts off]

Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc:

The CSS rules that cause this:

.mw-echo-ui-notificationItemWidget-content-actions > .mw-echo-ui-notificationItemWidget-content-actions-buttons.oo-ui-buttonSelectWidget > .oo-ui-buttonOptionWidget {
	min-width: 7em;
	max-width: 14em;
	overflow: hidden;
}