1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +00:00
Files
seahub/frontend/src/css/text-file-view.css
2019-03-07 11:46:21 +08:00

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;
}