fix(core): editor wrapper css (#3563)

This commit is contained in:
Alex Yang
2023-08-03 14:40:43 -07:00
committed by GitHub
parent 0d531782ca
commit f2ac4c7eda

View File

@@ -211,9 +211,6 @@ input[type='number']::-webkit-outer-spin-button {
}
.editor-wrapper {
position: relative;
width: 100%;
height: 100%;
padding: 0 1rem;
padding-right: 0;
}