Convert flags admin to flexbox

This commit is contained in:
Robin Ward
2017-09-11 14:01:59 -04:00
parent 1af4acbb3d
commit cc1a461254
10 changed files with 358 additions and 285 deletions

View File

@ -0,0 +1,3 @@
export default Ember.Component.extend({
classNames: ['flagged-post-response']
});