Skip to content
Snippets Groups Projects
Commit dbd80465 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix small styling issues

parent f2931af6
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ const Card = React.createClass({
}
return (
<a href={card.get('url')} className='status-card'>
<a href={card.get('url')} className='status-card' target='_blank' rel='noopener'>
{image}
<div className='status-card__content' style={contentStyle}>
......
......@@ -195,6 +195,8 @@
.report-accounts__item {
flex: 1 1 0;
display: flex;
flex-direction: column;
& > strong {
display: block;
......@@ -208,6 +210,10 @@
&:first-child {
margin-right: 10px;
}
.account-card {
flex: 1 1 auto;
}
}
.report-status {
......@@ -215,7 +221,7 @@
margin-bottom: 10px;
.activity-stream {
flex: 2 0 auto;
flex: 2 0 0;
margin-right: 20px;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment