mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(history): history toolbar wraps instead of making buttons ugly
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
830f6f819b
commit
18e1ab340c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export const HistoryToolbar: React.FC = () => {
|
|||
const uploadAllButtonTitle = useTranslatedText('landing.history.toolbar.uploadAll')
|
||||
|
||||
return (
|
||||
<Col className={'d-flex flex-row'}>
|
||||
<Col className={'d-flex flex-row flex-wrap'}>
|
||||
<div className={'me-1 mb-1'}>
|
||||
<TagSelectionInput />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue