Explorar o código

adjust layout

yusuketk %!s(int64=7) %!d(string=hai) anos
pai
achega
92a9b15569
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
     );