1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00
uMatrix/src/css/raw-settings.css
Raymond Hill 62d06792f1
fix #990
2018-04-08 09:10:11 -04:00

21 lines
365 B
CSS

div.body {
box-sizing: border-box;
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-between;
overflow: hidden;
}
p {
margin: 0.5em 0;
}
textarea {
box-sizing: border-box;
flex-grow: 1;
resize: none;
text-align: left;
white-space: pre;
width: 100%;
word-wrap: normal;
}