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

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

View File

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