File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed
Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export const events = () => html`
3232` ;
3333
3434export const RTL = ( ) => html `
35- < mgt-agenda dir ="rtl "> </ mgt-agenda >
35+ < body dir ="rtl ">
36+ < mgt-agenda > </ mgt-agenda >
37+ </ body >
3638` ;
37-
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ export const file = () => html`
1818 < mgt-file file-query ="/me/drive/items/01BYE5RZZFWGWWVNHHKVHYXE3OUJHGWCT2 "> </ mgt-file >
1919` ;
2020
21-
2221export const RTL = ( ) => html `
23- < mgt-file file-query ="/me/drive/items/01BYE5RZZFWGWWVNHHKVHYXE3OUJHGWCT2 " dir ="rtl "> </ mgt-file >
22+ < body dir ="rtl ">
23+ < mgt-file file-query ="/me/drive/items/01BYE5RZZFWGWWVNHHKVHYXE3OUJHGWCT2 "> </ mgt-file >
24+ </ body >
2425` ;
2526
2627export const localization = ( ) => html `
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ export const fileList = () => html`
1919` ;
2020
2121export const RTL = ( ) => html `
22- < mgt-file-list dir ="rtl "> </ mgt-file-list >
22+ < body dir ="rtl ">
23+ < mgt-file-list > </ mgt-file-list >
24+ </ body >
2325` ;
2426
2527export const localization = ( ) => html `
@@ -61,8 +63,6 @@ export const events = () => html`
6163 </ style >
6264` ;
6365
64-
65-
6666export const openFolderBreadcrumbs = ( ) => html `
6767 < style >
6868 body {
Original file line number Diff line number Diff line change @@ -47,7 +47,9 @@ export const Templates = () => html`
4747` ;
4848
4949export const RTL = ( ) => html `
50- < mgt-login dir ="RTL "> </ mgt-login >
50+ < body dir ="rtl ">
51+ < mgt-login > </ mgt-login >
52+ </ body >
5153` ;
5254
5355export const Events = ( ) => html `
Original file line number Diff line number Diff line change @@ -19,5 +19,7 @@ export const People = () => html`
1919` ;
2020
2121export const RTL = ( ) => html `
22- < mgt-people show-max ="5 " dir ="RTL "> </ mgt-people >
22+ < body dir ="rtl ">
23+ < mgt-people show-max ="5 "> </ mgt-people >
24+ </ body >
2325` ;
Original file line number Diff line number Diff line change @@ -59,5 +59,7 @@ export const events = () => html`
5959` ;
6060
6161export const RTL = ( ) => html `
62- < mgt-person person-query ="me " view ="twoLines " dir ="RTL "> </ mgt-person >
62+ < body dir ="rtl ">
63+ < mgt-person person-query ="me " view ="twoLines "> </ mgt-person >
64+ </ body >
6365` ;
You can’t perform that action at this time.
0 commit comments