How to set which options are available for flagging?

@Rahim123 This should be resolvable through custom CSS.

I’d expect something like the following should work fine;

.controls.off_topic {
    display: none !important;
}
1 Like