mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Support for Right to Left language support, this is part of a tutorial video I did to show how to pass options to ACE
This commit is contained in:
parent
601b74705e
commit
438bee7ef5
4 changed files with 23 additions and 0 deletions
|
@ -1164,3 +1164,7 @@ label[for=readonlyinput] {
|
|||
#qrcode{
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.rtl{
|
||||
direction:RTL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue