diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-19 11:03:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-19 11:22:05 +0200 |
commit | d430862f00f04e0831bcb4b3e188aad0fd8c45d1 (patch) | |
tree | eddb14fe0c1a12b04824df3f4e837270813f40fa /client/src/app/shared/shared-forms/markdown-textarea.component.html | |
parent | 15c2303489915398d4564dc29a14b79aae781593 (diff) | |
download | PeerTube-d430862f00f04e0831bcb4b3e188aad0fd8c45d1.tar.gz PeerTube-d430862f00f04e0831bcb4b3e188aad0fd8c45d1.tar.zst PeerTube-d430862f00f04e0831bcb4b3e188aad0fd8c45d1.zip |
Force ltr on code inputs
Diffstat (limited to 'client/src/app/shared/shared-forms/markdown-textarea.component.html')
-rw-r--r-- | client/src/app/shared/shared-forms/markdown-textarea.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.html b/client/src/app/shared/shared-forms/markdown-textarea.component.html index 5d355a6d8..63dcdc597 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.html +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.html | |||
@@ -4,7 +4,7 @@ | |||
4 | [(ngModel)]="content" (ngModelChange)="onModelChange()" | 4 | [(ngModel)]="content" (ngModelChange)="onModelChange()" |
5 | class="form-control" [ngClass]="{ 'input-error': formError }" | 5 | class="form-control" [ngClass]="{ 'input-error': formError }" |
6 | [attr.disabled]="disabled || null" | 6 | [attr.disabled]="disabled || null" |
7 | [id]="name" [name]="name"> | 7 | [id]="name" [name]="name" [dir]="dir"> |
8 | </textarea> | 8 | </textarea> |
9 | 9 | ||
10 | <div ngbNav #nav="ngbNav" class="nav-pills nav-preview"> | 10 | <div ngbNav #nav="ngbNav" class="nav-pills nav-preview"> |