ViewHeader style

This commit is contained in:
Chen-I Lim 2020-10-27 14:12:58 -07:00
parent 775db6c36d
commit c3297c7469
2 changed files with 7 additions and 1 deletions

View file

@ -13,4 +13,8 @@
margin-right: 5px;
white-space: nowrap
}
#groupByLabel {
margin-left: 0.3em;
}
}

View file

@ -293,7 +293,9 @@ class ViewHeader extends React.Component<Props, State> {
/>
</div>}
<MenuWrapper>
<OptionsIcon/>
<div className='octo-button'>
<OptionsIcon/>
</div>
<Menu>
<Menu.Text
id='exportCsv'