diff --git a/docs/src/ts/inputs.tsx b/docs/src/ts/inputs.tsx index 115afe448..4aacd030b 100644 --- a/docs/src/ts/inputs.tsx +++ b/docs/src/ts/inputs.tsx @@ -86,6 +86,26 @@ export const Inputs = () => ( +
+ Form Group Inline +
++ Form Group Block +
+Input Group with Input Group Addons
diff --git a/package.json b/package.json index 9d2caefa5..d31257002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roe", - "version": "0.1.5", + "version": "0.1.6", "description": "A Collection of React Components for Project Development", "main": "dist/js/index.js", "types": "dist/js/index.d.ts", diff --git a/src/less/inputs.less b/src/less/inputs.less index c8f600260..446cae29b 100644 --- a/src/less/inputs.less +++ b/src/less/inputs.less @@ -24,7 +24,8 @@ label { & > label, & > input, & > select, - & > button { + & > button, + & > textarea { display: table-cell; margin-left: 0; } @@ -38,7 +39,8 @@ label { & > input, & > select, - & > button { + & > button, + & > textarea { width: 100%; } @@ -46,7 +48,8 @@ label { & > label, & > input, & > select, - & > button { + & > button, + & > textarea { text-align: left; display: block; }