Merge pull request #2502 from brkcvn/master

Html editor new break line
This commit is contained in:
Burak Civan 2022-07-01 15:07:15 +03:00 committed by GitHub
commit 05cb662ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12117 additions and 725 deletions

12838
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
.ql-editor p {
color: #424242;
display: inline;
}
.ql-toolbar {
@ -24,13 +25,14 @@
@apply text-sm text-light-gray;
display: block;
width: 100%;
padding: .625rem .75rem;
padding: 12px 9px !important;
background-color: #fff;
background-clip: padding-box;
border: 1px solid;
border-top: unset;
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
font-size: 14px !important;
}
.ql-toolbar button:hover {