1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-15 21:05:48 -04:00
Files
Radarr/frontend/src/System/Events/LogsTableDetailsModal.css
2022-11-20 11:49:50 -06:00

18 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;
}