mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-05 07:09:53 +02:00
fix: Spacing of the badge
This commit is contained in:
@@ -86,7 +86,8 @@ export const DropDownMenuItemBadge = ({
|
||||
const { theme } = useExcalidrawAppState();
|
||||
const style = {
|
||||
display: "inline-flex",
|
||||
marginLeft: "auto",
|
||||
marginLeft: "4px",
|
||||
marginTop: "-2px",
|
||||
padding: "2px 4px",
|
||||
borderRadius: 6,
|
||||
fontSize: 9,
|
||||
|
Reference in New Issue
Block a user