File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import PropTypes from "prop-types";
1111import React , { Component } from "react" ;
1212import { Image } from "react-invenio-forms" ;
1313import {
14- Button ,
1514 Grid ,
1615 Item ,
1716 Message ,
@@ -63,10 +62,10 @@ export class RecordCommunitiesList extends Component {
6362 return (
6463 < Grid key = { community . id } >
6564 < Grid . Row verticalAlign = "middle" >
66- < Grid . Column width = { 2 } >
65+ < Grid . Column width = { 3 } >
6766 < Image wrapped size = "mini" src = { community . links . logo } alt = "" />
6867 </ Grid . Column >
69- < Grid . Column width = { 14 } >
68+ < Grid . Column width = { 13 } className = "pl-0" >
7069 < Item . Content >
7170 < Item . Header className = "ui" >
7271 < Header as = "a" href = { community . links . self_html } size = "small" >
You can’t perform that action at this time.
0 commit comments