added is-clipped class, and show description not at mobile view

This commit is contained in:
Maren Süwer
2018-12-19 08:40:04 +01:00
parent 044a60c7c9
commit 30c9b87cd3
3 changed files with 8 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ class RepositoryRoot extends React.Component<Props> {
return (
<Page title={repository.namespace + "/" + repository.name}>
<div className="columns">
<div className="column is-three-quarters">
<div className="column is-three-quarters is-clipped">
<Switch>
<Route
path={url}