removed table styles and fixed trigger color

This commit is contained in:
Aleh Khantsevich
2024-07-02 02:14:59 +02:00
parent 3d69f96b96
commit cd3880c85c
3 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
<link rel="stylesheet" href="./global.css" />
<style>
.jodit-toolbar-button__trigger svg > path {
fill: black;
}
#editor {
height: 100%;
}