mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
18 lines
294 B
CSS
18 lines
294 B
CSS
.text-file-view {
|
|
overflow: auto;
|
|
}
|
|
.ReactCodeMirror {
|
|
box-shadow: 0 0 6px #ccc;
|
|
border: 1px solid #ccc;
|
|
width: calc(100% - 40px);
|
|
max-width: 950px;
|
|
margin: 0 auto;
|
|
}
|
|
.CodeMirror {
|
|
height: auto;
|
|
min-height: 300px;
|
|
}
|
|
.CodeMirror-scroll {
|
|
min-height: 300px;
|
|
}
|