Fix embedded file width on markdown page
This commit is contained in:
parent
a2b567889e
commit
134cef103a
1 changed files with 7 additions and 3 deletions
|
@ -1217,9 +1217,13 @@ img {
|
||||||
margin-bottom: -1px !important;
|
margin-bottom: -1px !important;
|
||||||
// margin-left:2px !important;
|
// margin-left:2px !important;
|
||||||
}
|
}
|
||||||
.claim-link {
|
}
|
||||||
width: 40%;
|
.comments {
|
||||||
margin-top: var(--spacing-xs);
|
.markdown-preview {
|
||||||
|
.claim-link {
|
||||||
|
width: 40%;
|
||||||
|
margin-top: var(--spacing-xs);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hide-ribbon {
|
.hide-ribbon {
|
||||||
|
|
Loading…
Reference in a new issue