houdini/app/assets/stylesheets/experiment/global/pre.css

11 lines
178 B
CSS
Raw Normal View History

2019-12-04 22:22:48 +00:00
/* License: LGPL-3.0-or-later */
pre {
white-space: pre-wrap;
word-break: break-all;
font-size: .8rem;
background: var(--grey-1);
padding: 1rem;
margin: 0;
}