summernote css fixes

This commit is contained in:
yuri
2019-08-09 11:31:27 +03:00
parent 2c458a69a1
commit 47fe232c78
+11 -3
View File
@@ -1825,18 +1825,26 @@ table.less-padding td.cell[data-name="buttons"] > .btn-group {
}
body .note-editor .panel-heading {
body .note-editor .panel-heading {
> .btn-group {
right: 0;
top: 0;
> .btn {
padding-bottom: 4px;
> i,
> span {
position: relative;
top: 1px;
}
}
> .btn-group {
> .btn {
padding-bottom: 4px;
> i,
> span {
position: relative;
top: 1px;
}
}
}