mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-16 06:03:35 +00:00
fix markdown history style (#7231)
This commit is contained in:
parent
274229679a
commit
a50b5d8f5a
@ -15,7 +15,7 @@
|
||||
|
||||
.history-header .title {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.history-header .title .go-back {
|
||||
@ -44,6 +44,14 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content-viewer .sf-slate-viewer-scroll-container .sf-slate-article-content {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.content-viewer .sf-slate-viewer-scroll-container .sf-slate-viewer-article-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content-viewer .sf-slate-viewer-article-container .article {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user