Skip to content

Commit 92eab3b

Browse files
authored
Fix settings box-sizing (#1013)
1 parent e10da45 commit 92eab3b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/editor.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- `Fix` - Fixed multiple paste callback triggering in a case when several editors are instantiated [#1011](https://github.com/codex-team/editor.js/issues/1011)
88
- `Fix` - Fixed inline toolbar flipper activation on closing conversion toolbar [#995](https://github.com/codex-team/editor.js/issues/995)
99
- `Improvements` - New window tab is opened by clicking on anchor with ctrl [#1057](https://github.com/codex-team/editor.js/issues/1057)
10+
- `Fix` - Fix block-tune buttons alignment in some CSS-resetors that forces `box-sizing: border-box` rule [#1003](https://github.com/codex-team/editor.js/issues/1003)
1011

1112
### 2.16.1
1213

src/styles/settings.css

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
right: 5px;
44
top: 35px;
55
min-width: 114px;
6+
box-sizing: content-box;
67

78
@media (--mobile){
89
bottom: 50px;

0 commit comments

Comments
 (0)