fixes https://github.com/twentyhq/twenty/issues/6929 --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
committed by
GitHub
parent
79aba75649
commit
e2882056a9
@ -12,4 +12,4 @@ html {
|
||||
/* https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge */
|
||||
.grecaptcha-badge {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -93,6 +93,16 @@ const StyledEditor = styled.div`
|
||||
& .bn-color-picker-dropdown {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
& .bn-inline-content code {
|
||||
font-family: monospace;
|
||||
color: darkred;
|
||||
padding: 2px 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #e0e0e0;
|
||||
font-size: 0.9rem;
|
||||
background-color: #1414140f;
|
||||
}
|
||||
`;
|
||||
|
||||
export const BlockEditor = ({
|
||||
|
||||
Reference in New Issue
Block a user