Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoates committed Jun 19, 2024
1 parent d346dc4 commit 8cd654e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/src/pages/project/ProjectColumnOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const ProjectColumnOptions: React.FC<ProjectColumnOptionsProps> = ({
return (
<Segment
key={`project-col-option-${headerGroup}`}
style={{ marginLeft: '10px' }}
style={{ width: '50%' }}
>
<CategoryColumnOptions
category={headerGroup}
Expand Down Expand Up @@ -169,6 +169,7 @@ const CategoryColumnOptions: React.FC<{
<table
style={{
border: 'none', // '1px solid black',
width: '100%'
}}
>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/project/ValueFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const ValueFilter: React.FC<IValueFilter> = ({
}))}
/>
</Label>
<input />
<input style={{ width: 'auto' }} />
{isHighlighted && (
<Label style={{}}>
<IconButton
Expand Down

0 comments on commit 8cd654e

Please sign in to comment.