Преглед изворни кода

Merge pull request #9471 from weseek/fix/157767-Put-/-before-the-page-name

fix: put / before the page name
mergify[bot] пре 1 година
родитељ
комит
0e5b65430e
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      apps/app/src/client/components/Common/CopyDropdown/CopyDropdown.jsx

+ 1 - 2
apps/app/src/client/components/Common/CopyDropdown/CopyDropdown.jsx

@@ -195,8 +195,7 @@ export const CopyDropdown = (props) => {
                 <DropdownItemContents
                   title={t('copy_to_clipboard.Page path and permanent link')}
                   contents={<>{pagePathWithParams}<br />{permalink}</>}
-                  className="text-truncate"
-                  style={{ direction: 'rtl' }}
+                  className="text-truncate d-block"
                 />
               </DropdownItem>
             </CopyToClipboard>