fix(history): history toolbar wraps instead of making buttons ugly

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2023-10-08 13:36:31 +02:00 committed by Tilman Vatteroth
parent 830f6f819b
commit 18e1ab340c

View file

@ -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>