ViewHeader style
This commit is contained in:
parent
775db6c36d
commit
c3297c7469
2 changed files with 7 additions and 1 deletions
|
@ -13,4 +13,8 @@
|
|||
margin-right: 5px;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
#groupByLabel {
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue