You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Desktop: WYSIWYG: Getting links to work
This commit is contained in:
@ -271,9 +271,13 @@ module.exports = function(theme) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* =============================================== */
|
||||
/* For TinyMCE */
|
||||
/* =============================================== */
|
||||
|
||||
.mce-content-body {
|
||||
padding: 5px 10px 10px 10px;
|
||||
/* Note: we give a bit more padding at the bottom, to allow scrolling past the end of the document */
|
||||
padding: 5px 10px 10em 10px;
|
||||
}
|
||||
|
||||
.mce-content-body code {
|
||||
@ -292,6 +296,10 @@ module.exports = function(theme) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* =============================================== */
|
||||
/* For TinyMCE */
|
||||
/* =============================================== */
|
||||
|
||||
@media print {
|
||||
body {
|
||||
height: auto !important;
|
||||
|
Reference in New Issue
Block a user