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 10 lines 158 B view raw
1.optionLabelWithInfo { 2 display: flex; 3 align-items: center; 4} 5 6.optionLabelWithInfo .feature { 7 flex: 1; 8 overflow: hidden; 9 text-overflow: ellipsis; 10}