Skip to content

Commit 4fa1173

Browse files
author
NarrowsProjects
committed
reduce the width of the author filter component
1 parent e711fe9 commit 4fa1173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/Filters/LogsFilter/author/authorFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const excludeAnonymousLogAuthorToggle = (authorFilterModel) => switchInpu
4444
* @return {Component} the filter component
4545
*/
4646
export const authorFilter = (authorFilterModel) => h('.flex-row.items-center.g3', [
47-
rawTextFilter(authorFilterModel, { classes: ['w-60'], id: 'authorFilterText', value: authorFilterModel.raw, placeholder: 'e.g. John Doe' }),
47+
rawTextFilter(authorFilterModel, { classes: ['w-50'], id: 'authorFilterText', value: authorFilterModel.raw, placeholder: 'e.g. John Doe' }),
4848
resetAuthorFilterButton(authorFilterModel),
4949
excludeAnonymousLogAuthorToggle(authorFilterModel),
5050
]);

0 commit comments

Comments
 (0)