Skip to content

Commit

Permalink
Fix Filter card width
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed Sep 8, 2020
1 parent bcf8c73 commit c7bec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dashboard/FilterCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FilterCard extends DashboardPrototype {

render() {
this.block.type.root = Eli.build('div', { className: 'flex-box-row--nowrap' });
this.block.reason.root = Eli.build('div', { className: 'flex-box-row--nowrap' });
this.block.reason.root = Eli.build('div', { className: 'flex-box-row--wrap' });
this.root = Eli.build('div', {
className: [
'mdc-card',
Expand Down

0 comments on commit c7bec33

Please sign in to comment.