Skip to content

Commit

Permalink
fix(preview): Fixed rtl on document preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Oct 26, 2023
1 parent 22c3f27 commit 7c6b02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/apps/authoring/preview/fullPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class FullPreview extends React.Component<IProps, IState> {
const rowSpacingVertical = 4;

return (
<div className="preview-content">
<div className="preview-content" dir="rtl">
<div>
<div className="css-table">
<div className="tr">
Expand Down
2 changes: 1 addition & 1 deletion scripts/apps/authoring/views/full-preview.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div sd-modal data-model="true" data-full="true" class="modal--fullscreen modal--preview-article modal--white" dir="rtl">
<div sd-modal data-model="true" data-full="true" class="modal--fullscreen modal--preview-article modal--white">
<div class="modal__header modal__header--flex modal__header--no-border no-print" style="position: relative;">
<div class="btn-group sd-flex-grow">
<sd-check ng-model="hideMedia" label-position="inside">{{ 'Hide media' | translate }}</sd-check>
Expand Down

0 comments on commit 7c6b02a

Please sign in to comment.