Fixes on rich text editor (#11087)

- Update skeleton loader padding and make it take only one line
- Update rich text editor padding to align with the fields inside the
side panel
<img width="163" alt="Capture d’écran 2025-03-21 à 11 57 00"
src="https://github.com/user-attachments/assets/5964404a-3a32-4d7e-b96f-3377949430bf"
/>
This commit is contained in:
Raphaël Bosi
2025-03-21 13:49:39 +01:00
committed by GitHub
parent 3af5cde170
commit cecb32cd89
2 changed files with 4 additions and 7 deletions

View File

@ -44,7 +44,7 @@ const StyledEditor = styled.div`
background: transparent;
}
& .bn-editor {
padding-inline: 36px;
padding-inline: 44px;
}
& .bn-container .bn-drag-handle {
width: 20px;