mirror of
https://github.com/Readarr/Readarr
synced 2026-02-12 09:42:04 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
17 lines
386 B
CSS
17 lines
386 B
CSS
.detailsText {
|
|
composes: scroller from '~Components/Scroller/Scroller.css';
|
|
|
|
display: block;
|
|
margin: 0 0 10.5px;
|
|
padding: 10px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
background-color: #f5f5f5;
|
|
color: #3a3f51;
|
|
white-space: pre;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
font-size: 13px;
|
|
font-family: $monoSpaceFontFamily;
|
|
line-height: 1.52857143;
|
|
}
|