this repo has no description
0
fork

Configure Feed

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

Make sure the language text not truncated too much

+1
+1
src/components/compose.css
··· 259 259 text-overflow: ellipsis; 260 260 overflow: hidden; 261 261 max-width: 100%; 262 + min-width: 4ch; 262 263 } 263 264 264 265 #compose-container .compose-footer {