فهرست منبع

adjust layout

yusuketk 7 سال پیش
والد
کامیت
92a9b15569
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/TagsList.jsx

+ 1 - 1
src/client/js/components/TagsList.jsx

@@ -153,7 +153,7 @@ class TagsList extends React.Component {
   render() {
     const { t } = this.props;
     const tagList = this.state.tagData.length ? (
-      <ul className="list-group">{this.generateTagList(this.state.tagData)}</ul>
+      <ul className="list-group text-left">{this.generateTagList(this.state.tagData)}</ul>
     ) : (
       <h3>{ t('You have no tag, You can set tags on pages') }</h3>
     );