Skip to content

Commit

Permalink
Remove unneeded spaces between comments and style
Browse files Browse the repository at this point in the history
lucaguindani committed May 23, 2024
1 parent 899a9af commit ef5a9f3
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions app/assets/stylesheets/modules/summernote.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// remove the double arrow from the dropdown

.note-editor .dropdown-toggle::after {
all: unset
}

.note-editor .note-dropdown-menu {
box-sizing: content-box
}
@@ -12,8 +6,12 @@
box-sizing: content-box
}

// reduce btn size
// remove the double arrow from the dropdown
.note-editor .dropdown-toggle::after {
all: unset
}

// reduce btn size
.note-editor .note-btn {
padding: 0.25rem 0.5rem;
font-size: $font-size-sm;
@@ -22,20 +20,17 @@
}

// fix background when fullscreen

.note-editor.fullscreen {
background-color: white;
}

// fix loading font

@font-face {
font-family: "summernote";
src: url("summernote/src/font/summernote.eot?#iefix") format("embedded-opentype"), url("summernote/src/font/summernote.woff2") format("woff2"), url("summernote/src/font/summernote.woff") format("woff"), url("summernote/src/font/summernote.ttf") format("truetype");
}

// Ensure having scrollable content when "code view" is active

// ensure having scrollable content when "code view" is active
.note-editor .note-codable {
overflow: auto !important;
}

0 comments on commit ef5a9f3

Please sign in to comment.