mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
25 lines
357 B
SCSS
25 lines
357 B
SCSS
.content__text-container {
|
|
|
|
// TinyMCE table of contents
|
|
.mce-toc ul,
|
|
.mce-toc li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.img-responsive {
|
|
display: inline;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.view-text-element {
|
|
overflow-x: auto;
|
|
pointer-events: initial;
|
|
a {
|
|
pointer-events: initial;
|
|
}
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
}
|