瀏覽代碼

https://github.com/tracim/tracim/issues/804, better view on status in content list page

AlexiCauvin 6 年之前
父節點
當前提交
0e10851fcf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/component/Workspace/ContentItem.jsx

+ 1 - 1
frontend/src/component/Workspace/ContentItem.jsx 查看文件

@@ -24,7 +24,7 @@ const ContentItem = props => {
24 24
       </div>
25 25
 
26 26
       <div className={classnames('content__status')} style={{color: status.hexcolor}}>
27
-        <div className='content__status__text d-none d-xl-block'>
27
+        <div className='content__status__text d-none d-xl-flex align-items-center justify-content-between'>
28 28
           {status.label}
29 29
           <i className={`fa fa-fw fa-${status.faIcon}`} />
30 30
         </div>