You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prowlarr/frontend/src/System/Events/LogsTableDetailsModal.css

18 lines
400 B

.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: var(--themeDarkColor);
white-space: pre;
word-wrap: break-word;
word-break: break-all;
font-size: 13px;
font-family: $monoSpaceFontFamily;
line-height: 1.52857143;
}