Commit ee1929b9 by yakoff94

Выравнивание иконок по левому краю + Обновление версии до 1.0.25

parent cbdf4e4b
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.24", "version": "1.0.25",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -247,7 +247,7 @@ body{ ...@@ -247,7 +247,7 @@ body{
&-toolbar{ &-toolbar{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: left;
position: sticky; position: sticky;
top: 0; top: 0;
flex-direction: row; flex-direction: row;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment