style: Ensure consistent font-sizes for DetailPanel inputs
This commit is contained in:
parent
28bd52d9e9
commit
bbf7ee9244
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ const Body = styled.div`
|
|||
scrollbar-width: none;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
|
||||
/* Set the font-size for input values in the detail panel */
|
||||
font-size: 12px;
|
||||
`
|
||||
|
||||
export const contextMenuShownContext = createContext<
|
||||
|
|
Loading…
Reference in a new issue