Skip to content

Commit 5151065

Browse files
committed
chore(aurelia): small UI fix to have custom select full width
1 parent d14b5dd commit 5151065

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
filter-select {
2+
width: 100%;
3+
}

demos/aurelia/src/examples/slickgrid/example26.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { CustomAureliaViewModelFilter } from './custom-aureliaViewModelFilter.js
1919
import { CustomTitleFormatter } from './custom-title-formatter.js';
2020
import { EditorSelect } from './editor-select.js';
2121
import { FilterSelect } from './filter-select.js';
22+
import './example26.scss';
2223

2324
const NB_ITEMS = 100;
2425

0 commit comments

Comments
 (0)