1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-22 21:23:22 +12:00
uMatrix/src/css/raw-settings.css

17 lines
255 B
CSS
Raw Normal View History

html {
2018-01-07 12:00:28 +13:00
height: 100vh;
2018-04-09 01:10:11 +12:00
overflow: hidden;
2018-01-07 12:00:28 +13:00
}
body {
overflow: hidden;
2018-01-07 12:00:28 +13:00
}
#rawSettings {
border-top: 1px solid #ddd;
height: 75vh;
2018-01-07 12:00:28 +13:00
text-align: left;
width: 100%;
}
.CodeMirror-wrap pre {
word-break: break-all;
2018-01-07 12:00:28 +13:00
}