jam411 3 ani în urmă
părinte
comite
5e5f8c4c1c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/app/src/components/Page/RenderTagLabels.tsx

+ 1 - 1
packages/app/src/components/Page/RenderTagLabels.tsx

@@ -33,7 +33,7 @@ const RenderTagLabels = React.memo((props: RenderTagLabelsProps) => {
       })}
       <div id="edit-tags-btn-wrapper-for-tooltip">
         <a
-          className={`btn btn-link btn-edit-tags text-muted p-0 ${isTagsEmpty && 'no-tags'} ${isGuestUser && 'disabled'}`}
+          className={`btn btn-link btn-edit-tags text-muted p-0 d-flex align-items-center ${isTagsEmpty && 'no-tags'} ${isGuestUser && 'disabled'}`}
           onClick={openEditorHandler}
         >
           { isTagsEmpty && <>{ t('Add tags for this page') }</>}