.summernote .note-editor .note-toolbar {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.note-toolbar .note-font .dropdown-menu {
    min-width: 120px;
}

.note-toolbar .note-fontsize .dropdown-menu {
    min-width: 50px;
    width: 50px;
}

.note-toolbar * .btn {
    min-width: 0px;
}

.note-editor .note-toolbar {
   padding: 0px 0px 5px 5px;
}