mirror of https://github.com/fantasticit/think.git
tiptap: fix sketch in diagram editor
This commit is contained in:
parent
3754a43ba6
commit
9a7614f569
File diff suppressed because one or more lines are too long
|
@ -1196,3 +1196,5 @@ confACleanOnly=Clean Diagram Drafts Only
|
||||||
brush=Brush
|
brush=Brush
|
||||||
openDevTools=Open Developer Tools
|
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 {
|
.geEditor input {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
transform: translateY(2px);
|
||||||
}
|
}
|
||||||
.geEditor select {
|
.geEditor select {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|
Loading…
Reference in New Issue