Skip to content

Commit

Permalink
fix: add some more space above description (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Aug 20, 2020
1 parent 5ef294b commit 77dbf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TitleBar/ViewTitleBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ViewTitleBar extends Component {
<div
className="dashboard-description"
style={Object.assign(
{ paddingTop: '5px', paddingBottom: '5px' },
{ paddingTop: '10px', paddingBottom: '5px' },
style.description,
!description ? { color: '#888' } : {}
)}
Expand Down

0 comments on commit 77dbf1f

Please sign in to comment.