13 lines
137 B
SCSS
13 lines
137 B
SCSS
.mm-node {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.mm-clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mm-link {
|
|
text-decoration: inherit;
|
|
cursor: pointer;
|
|
}
|