mirror of https://github.com/fantasticit/think.git
tiptap: fix sketch in diagram editor
parent
3754a43ba6
commit
9a7614f569
File diff suppressed because one or more lines are too long
|
@ -1195,4 +1195,6 @@ confAFileCleanFailed=Cleaning diagram draft "{1}" failed
|
|||
confACleanOnly=Clean Diagram Drafts Only
|
||||
brush=Brush
|
||||
openDevTools=Open Developer Tools
|
||||
autoBkp=Automatic Backup
|
||||
autoBkp=Automatic Backup
|
||||
atlassian=Atlassian
|
||||
citrix=Citrix
|
File diff suppressed because it is too large
Load Diff
|
@ -26,6 +26,7 @@ button {
|
|||
}
|
||||
.geEditor input {
|
||||
border-width: 2px;
|
||||
transform: translateY(2px);
|
||||
}
|
||||
.geEditor select {
|
||||
border-width: 1px;
|
||||
|
|
Loading…
Reference in New Issue