mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
ViewHeader style
This commit is contained in:
parent
775db6c36d
commit
c3297c7469
@ -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 New Issue
Block a user