mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
correcting column size
This commit is contained in:
parent
1202dcb830
commit
8783e1a1bb
@ -103,7 +103,7 @@ const Invite = React.createClass({
|
||||
|
||||
return (
|
||||
<Row>
|
||||
<Column xs={6}>
|
||||
<Column md={6}>
|
||||
<p>Search for a person by name or email or enter an email address
|
||||
to invite someone new.</p>
|
||||
|
||||
|
@ -46,7 +46,7 @@ const flexed = (...args) => (props) => {
|
||||
};
|
||||
|
||||
const flexBasis = width('auto');
|
||||
const maxWidth = width('none');
|
||||
const maxWidth = width('100%');
|
||||
const marginLeft = width(0);
|
||||
|
||||
const breakpoint = (prop, size) => {
|
||||
|
Loading…
Reference in New Issue
Block a user