Skip to content

Commit 227fe0b

Browse files
Fix. edited gaps in editor
1 parent b42f0a2 commit 227fe0b

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

dist/doboard-widget-bundle.js

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

dist/doboard-widget-bundle.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/doboard-widget-bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/src/iframe/DescriptionEditorIframe.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class DescriptionEditorIframe {
178178
#editor-container { min-height: 190px; background: #fff; border-radius: 4px; }
179179
.tox-tinymce { border: none !important; position: absolute !important; height: 100% !important;}
180180
.tox-editor-header { border-bottom: none !important; }
181+
.tox-toolbar__group {display: inline-flex !important; width: 90% !important; justify-content: space-around}
181182
</style>
182183
</head>
183184
<body>

styles/doboard-widget.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,10 +1482,6 @@ input:checked + .slider:before {
14821482
justify-content: space-evenly;
14831483
}
14841484

1485-
.spotfix-description-wrapper .tox-tinymce .tox-toolbar__group {
1486-
gap: 20px !important;
1487-
}
1488-
14891485
.doboard_task_widget-task_title-text {
14901486
margin-right: 6px;
14911487
}

0 commit comments

Comments
 (0)