mirror of
https://github.com/Radarr/Radarr
synced 2025-12-26 10:12:42 +01:00
17 lines
419 B
CSS
17 lines
419 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: var(--logEventsBackgroundColor);
|
|
color: var(--textColor);
|
|
white-space: pre;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
font-size: 13px;
|
|
font-family: $monoSpaceFontFamily;
|
|
line-height: 1.52857143;
|
|
}
|