Skip to content

Commit

Permalink
Merge branch 'feature/lite-2' of github.com:summernote/summernote int…
Browse files Browse the repository at this point in the history
…o feature/lite-2
  • Loading branch information
hackerwins committed Aug 29, 2017
2 parents d393205 + b55296f commit 3d8a5d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/less/summernote-lite.less
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,14 @@
padding-left: 5px;
}
.note-dropdown-menu {
min-width: 337px;
min-width: 346px;
.note-palette {
display: inline-block;
margin: 0;
width: 160px;
&:first-child {
margin: 0 5px;
margin-right:15px;
}

.note-palette-title {
Expand All @@ -243,11 +244,12 @@

.note-color-reset {
margin: 3px;
padding: 0 3px;
padding: 2px 3px;
width: 100%;
font-size: 11px;
cursor: pointer;
.rounded(5px);
background-color: white;
border:0px;
}

.note-color-row {
Expand Down

0 comments on commit 3d8a5d7

Please sign in to comment.