This repository has been archived on 2019-03-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
paper-pi/public/css/app.css
2017-07-18 08:57:31 +02:00

20 lines
452 B
CSS
Executable File
Vendored

textarea { font-family: monospace }
textarea.content { font-family: monospace; word-wrap: break-word; word-break: break-all; }
#editor {
border: 1px solid rgba(34,36,38,.15);
padding: 15px;
font-family: monospace;
word-wrap: break-word;
width: 257px;
word-break: break-all;
white-space: pre-wrap;
box-sizing: content-box;
}
form {margin-bottom: 0;}
.ui.file.input input[type="file"] {
display: none;
}