1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-03 02:44:57 +12:00
uMatrix/src/css/raw-settings.css
2018-01-06 18:00:28 -05:00

19 lines
311 B
CSS

body {
display: flex;
flex-direction: column;
height: 100vh;
justify-content: space-between;
}
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;
}