diff --git a/css/_toolbars.scss b/css/_toolbars.scss index 22fb5d155..cca312b8b 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -226,6 +226,10 @@ width: 37px; } + .button-popover-message { + width: 100px; + } + .toolbar-button-wrapper:first-child .button { border-top-left-radius: 3px; border-top-right-radius: 3px; diff --git a/react/features/toolbox/components/ToolbarButton.web.js b/react/features/toolbox/components/ToolbarButton.web.js index ea6d47e4e..5906cb9db 100644 --- a/react/features/toolbox/components/ToolbarButton.web.js +++ b/react/features/toolbox/components/ToolbarButton.web.js @@ -128,7 +128,11 @@ class ToolbarButton extends Component { children = ( // eslint-disable-line no-extra-parens + { t(dataAttr, dataInterpolate) } + + } isOpen = { Boolean(popupConfig) } position = { position }> { buttonComponent }