Aligns context menu buttons correctly
This commit is contained in:
parent
8bcb584ca5
commit
8f47259b1b
2 changed files with 12 additions and 1 deletions
|
@ -134,7 +134,12 @@ export function ContextMenu<T>({
|
|||
const getClassName = getClassNamesFor('ContextMenu', moduleClassName);
|
||||
|
||||
return (
|
||||
<div className={theme ? themeClassName(theme) : undefined}>
|
||||
<div
|
||||
className={classNames(
|
||||
getClassName('__container'),
|
||||
theme ? themeClassName(theme) : undefined
|
||||
)}
|
||||
>
|
||||
<button
|
||||
aria-label={i18n('ContextMenu--button')}
|
||||
className={classNames(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue