mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-27 06:31:44 +00: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
|
||||
type='radio'
|
||||
name='options'
|
||||
dir='ltr'
|
||||
dir='auto'
|
||||
value={historyToolbarState.viewState}
|
||||
className={'button-height'}
|
||||
onChange={onViewStateChange}>
|
||||
|
|
Loading…
Reference in a new issue