Merge pull request #15062 from ramonlsouza/increase-menu-padding

style: increase dropdown menu padding
This commit is contained in:
Ramón Souza 2022-05-23 15:53:34 +01:00 committed by GitHub
commit b0894c40e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,10 +70,10 @@ class BBBMenu extends React.Component {
const emojiSelected = key?.toLowerCase()?.includes(selectedEmoji?.toLowerCase());
let customStyles = {
paddingLeft: '4px',
paddingRight: '4px',
paddingTop: '8px',
paddingBottom: '8px',
paddingLeft: '8px',
paddingRight: '8px',
paddingTop: '12px',
paddingBottom: '12px',
marginLeft: '0px',
marginRight: '0px',
};