1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 07:58:36 +03:00

nix form.p-4

This commit is contained in:
Shawn Allen 2017-09-12 13:19:47 -07:00
parent 15a4016baa
commit 470662f103

View File

@ -2,7 +2,6 @@ import React from 'react'
import {Octicon} from '../../../.storybook/Octicon'
export default () => (
<form className="p-4">
<div className="input-group">
<input
className="form-control"
@ -16,5 +15,4 @@ export default () => (
</button>
</span>
</div>
</form>
)