mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
changed comment in markdown-renderer.scss file to explain why the usage of * is necessary
see https://github.com/codimd/react-client/pull/271#pullrequestreview-437942115
This commit is contained in:
parent
0c078d6d62
commit
fe55ef7e13
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
// I know this is bad :( sry
|
||||
// This is necessary since we need to set this for all DOM Element that could be children of .markdown-body and since we support all of HTML that would literally be everything
|
||||
& > * {
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
|
|
Loading…
Reference in a new issue