mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
15 lines
248 B
CSS
15 lines
248 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;
|
||
|
}
|