Skip to content

Commit

Permalink
feat(rtl): Added rtl only for preview and big preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Oct 26, 2023
1 parent a31f07a commit 48c3915
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/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">
<div sd-modal data-model="true" data-full="true" class="modal--fullscreen modal--preview-article modal--white" dir="rtl">
<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
2 changes: 1 addition & 1 deletion scripts/apps/monitoring/views/monitoring-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2 class="subnav__page-title sd-flex-no-grow sd-empty" ng-hide="monitoring.sing
></sd-articles-list-react>
</div>
</div>
<div class="sd-preview-panel" style="position: relative;" ng-if="!narrowList">
<div dir="rtl" class="sd-preview-panel" style="position: relative;" ng-if="!narrowList">
<div sd-item-preview style="position: relative;"
data-item="monitoring.previewItem"
data-close="monitoring.closePreview()"
Expand Down

0 comments on commit 48c3915

Please sign in to comment.