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