mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04:00
fix: use text direction auto
fixes #1725 Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
68a7546a5d
commit
1a9a5e815a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export const HistoryViewModeToggleButton: React.FC = () => {
|
||||||
<ToggleButtonGroup
|
<ToggleButtonGroup
|
||||||
type='radio'
|
type='radio'
|
||||||
name='options'
|
name='options'
|
||||||
dir='ltr'
|
dir='auto'
|
||||||
value={historyToolbarState.viewState}
|
value={historyToolbarState.viewState}
|
||||||
className={'button-height'}
|
className={'button-height'}
|
||||||
onChange={onViewStateChange}>
|
onChange={onViewStateChange}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue