We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aba75 commit e288205Copy full SHA for e288205
packages/twenty-front/src/index.css
@@ -12,4 +12,4 @@ html {
12
/* https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge */
13
.grecaptcha-badge {
14
visibility: hidden !important;
15
-}
+}
packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx
@@ -93,6 +93,16 @@ const StyledEditor = styled.div`
93
& .bn-color-picker-dropdown {
94
margin-left: 8px;
95
}
96
+
97
+ & .bn-inline-content code {
98
+ font-family: monospace;
99
+ color: darkred;
100
+ padding: 2px 4px;
101
+ border-radius: 4px;
102
+ border: 1px solid #e0e0e0;
103
+ font-size: 0.9rem;
104
+ background-color: #1414140f;
105
+ }
106
`;
107
108
export const BlockEditor = ({
0 commit comments