Skip to content
Snippets Groups Projects
Commit e04bd012 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Adjusted size of tool buttons

parent f2315407
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56560 failed
......@@ -2,7 +2,8 @@ div#ks-editor #toolpool > button {
margin: 0.25rem;
}
div#ks-editor #toolpool > button > image {
height: 30px;
div#ks-editor #toolpool > button > img {
max-height: 20px;
height: 20px;
width: auto;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment