-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…ue-on-a-text-editor-popup fix/#367-improved dialog styles on text-editor popup
- Loading branch information
Showing
2 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
frontend/src/components/RichTextEditor/EditorLinkDialog/DialogStyles.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export const dialogStyles = { | ||
paper: { | ||
padding: 2, | ||
borderRadius: "4px", | ||
}, | ||
title: { | ||
padding: 0, | ||
}, | ||
content: { | ||
padding: 0, | ||
paddingBottom: 2, | ||
overflow: "hidden", | ||
}, | ||
actions: { | ||
paddingBottom: 0, | ||
paddingRight: 0, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters