Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 209 B view raw
1.errorAlertWrapper { 2 padding: 10px; 3 max-height: 250px; 4 overflow: hidden; 5} 6 7.errorTooltip { 8 width: auto; 9} 10 11.errorCount { 12 cursor: pointer; 13} 14 15.error { 16 white-space: pre; 17 font-family: monospace; 18}